Skip to content

Commit 63d308b

Browse files
committed
Fix broken libgccjit 12 CI
1 parent 6099d97 commit 63d308b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gcc12.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ jobs:
6767
- name: Build
6868
run: |
6969
./y.sh prepare --only-libcore --libgccjit12-patches
70-
./y.sh build --sysroot --no-default-features --sysroot-panic-abort
70+
./y.sh build --no-default-features --sysroot-panic-abort
7171
# Uncomment when we no longer need to remove global variables.
7272
#./y.sh build --sysroot --no-default-features --sysroot-panic-abort
73+
#./y.sh build --sysroot --no-default-features --sysroot-panic-abort
7374
#cargo test --no-default-features
7475
#./y.sh clean all
7576

0 commit comments

Comments
 (0)