Skip to content

Commit 3484ed0

Browse files
committed
Comment libgccjit 12 CI
1 parent 7562d2c commit 3484ed0

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

.github/workflows/gcc12.yml

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,24 @@ 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
71-
cargo test --no-default-features
72-
./y.sh clean all
73-
74-
- name: Prepare dependencies
75-
run: |
76-
git config --global user.email "[email protected]"
77-
git config --global user.name "User"
78-
./y.sh prepare --libgccjit12-patches
79-
80-
- name: Add more failing tests for GCC 12
81-
run: cat tests/failing-ui-tests12.txt >> tests/failing-ui-tests.txt
82-
83-
- name: Add more failing tests because the sysroot is not compiled with LTO
84-
run: cat tests/failing-non-lto-tests.txt >> tests/failing-ui-tests.txt
85-
86-
- name: Run tests
87-
run: |
88-
./y.sh test --release --clean --build-sysroot ${{ matrix.commands }} --no-default-features
70+
./y.sh build --no-default-features
71+
# Uncomment when we no longer need to remove global variables.
72+
#./y.sh build --sysroot --no-default-features --sysroot-panic-abort
73+
#cargo test --no-default-features
74+
#./y.sh clean all
75+
76+
#- name: Prepare dependencies
77+
#run: |
78+
#git config --global user.email "[email protected]"
79+
#git config --global user.name "User"
80+
#./y.sh prepare --libgccjit12-patches
81+
82+
#- name: Add more failing tests for GCC 12
83+
#run: cat tests/failing-ui-tests12.txt >> tests/failing-ui-tests.txt
84+
85+
#- name: Add more failing tests because the sysroot is not compiled with LTO
86+
#run: cat tests/failing-non-lto-tests.txt >> tests/failing-ui-tests.txt
87+
88+
#- name: Run tests
89+
#run: |
90+
#./y.sh test --release --clean --build-sysroot ${{ matrix.commands }} --no-default-features

0 commit comments

Comments
 (0)