From dc5ac872e3cdec5b9df6122601b07d4e2dc00934 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 26 Oct 2025 12:04:46 +0100 Subject: [PATCH] Revert "[TEMP] IFCOS_SCHEMAS=4 probably disk is full with RelWithDebInfo" This reverts commit e05318162d6f9d9a524761bd70f06bbc25c702b1. --- .github/workflows/build_rocky.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_rocky.yml b/.github/workflows/build_rocky.yml index d75f77fd68..6bc92d4fb6 100644 --- a/.github/workflows/build_rocky.yml +++ b/.github/workflows/build_rocky.yml @@ -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()