We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6099d97 commit 63d308bCopy full SHA for 63d308b
.github/workflows/gcc12.yml
@@ -67,9 +67,10 @@ jobs:
67
- name: Build
68
run: |
69
./y.sh prepare --only-libcore --libgccjit12-patches
70
- ./y.sh build --sysroot --no-default-features --sysroot-panic-abort
+ ./y.sh build --no-default-features --sysroot-panic-abort
71
# Uncomment when we no longer need to remove global variables.
72
#./y.sh build --sysroot --no-default-features --sysroot-panic-abort
73
+ #./y.sh build --sysroot --no-default-features --sysroot-panic-abort
74
#cargo test --no-default-features
75
#./y.sh clean all
76
0 commit comments