From 7f7073b9443ee3bf70d390054718caec4cf69fcd Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Fri, 10 Oct 2025 17:23:39 -0400 Subject: [PATCH] Compile the sysroot with LTO in the stdarch CI --- .github/workflows/stdarch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stdarch.yml b/.github/workflows/stdarch.yml index 184f122cc1c..a85f29dcbe6 100644 --- a/.github/workflows/stdarch.yml +++ b/.github/workflows/stdarch.yml @@ -89,7 +89,7 @@ jobs: - name: Run tests if: ${{ !matrix.cargo_runner }} run: | - ./y.sh test --release --clean --release-sysroot --build-sysroot --mini-tests --std-tests --test-libcore + CG_RUSTFLAGS="-Cembed-bitcode=yes" ./y.sh test --release --clean --release-sysroot --build-sysroot --mini-tests --std-tests --test-libcore ./y.sh test --cargo-tests - name: Run stdarch tests