about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2024-07-02 12:43:41 -0400
committerAntoni Boucher <bouanto@zoho.com>2024-07-02 12:43:41 -0400
commit63d308bd765553f03c2684f6ea8a5ef39029f54d (patch)
tree47b2eb6989a8bf9ee8f5f118adba6816f56d7c4f
parent6099d97bcbad92e04b8e34f3c1df706e0de86eb6 (diff)
downloadrust-63d308bd765553f03c2684f6ea8a5ef39029f54d.tar.gz
rust-63d308bd765553f03c2684f6ea8a5ef39029f54d.zip
Fix broken libgccjit 12 CI
-rw-r--r--.github/workflows/gcc12.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/gcc12.yml b/.github/workflows/gcc12.yml
index 5a8686e1288..b0775646c5c 100644
--- a/.github/workflows/gcc12.yml
+++ b/.github/workflows/gcc12.yml
@@ -67,9 +67,10 @@ jobs:
     - name: Build
       run: |
         ./y.sh prepare --only-libcore --libgccjit12-patches
-        ./y.sh build --sysroot --no-default-features --sysroot-panic-abort
+        ./y.sh build --no-default-features --sysroot-panic-abort
         # Uncomment when we no longer need to remove global variables.
         #./y.sh build --sysroot --no-default-features --sysroot-panic-abort
+        #./y.sh build --sysroot --no-default-features --sysroot-panic-abort
         #cargo test --no-default-features
         #./y.sh clean all