diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2024-07-02 12:43:41 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2024-07-02 12:43:41 -0400 |
| commit | 63d308bd765553f03c2684f6ea8a5ef39029f54d (patch) | |
| tree | 47b2eb6989a8bf9ee8f5f118adba6816f56d7c4f | |
| parent | 6099d97bcbad92e04b8e34f3c1df706e0de86eb6 (diff) | |
| download | rust-63d308bd765553f03c2684f6ea8a5ef39029f54d.tar.gz rust-63d308bd765553f03c2684f6ea8a5ef39029f54d.zip | |
Fix broken libgccjit 12 CI
| -rw-r--r-- | .github/workflows/gcc12.yml | 3 |
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 |
