@@ -67,22 +67,24 @@ jobs:
67
67
- name : Build
68
68
run : |
69
69
./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