Revert "[TEMP] IFCOS_SCHEMAS=4 probably disk is full with RelWithDebInfo"

This reverts commit e05318162d.
This commit is contained in:
Thomas Krijnen
2025-10-26 12:04:46 +01:00
parent e05318162d
commit dc5ac872e3
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
shell: bash
run: |
set -o pipefail
IFCOS_SCHEMAS=4 ADD_COMMIT_SHA=1 BUILD_CFG=RelWithDebInfo python3 ./nix/build-all.py -v --diskcleanup 2>&1 | tee build.log
ADD_COMMIT_SHA=1 BUILD_CFG=RelWithDebInfo python3 ./nix/build-all.py -v --diskcleanup 2>&1 | tee build.log
- name: Upload Build Logs
if: always()