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 29d225d commit 521288eCopy full SHA for 521288e
.github/workflows/main.yml
@@ -140,7 +140,9 @@ jobs:
140
if: matrix.os != 'windows-latest' || matrix.env.TARGET_TRIPLE != 'x86_64-pc-windows-gnu'
141
env:
142
TARGET_TRIPLE: ${{ matrix.env.TARGET_TRIPLE }}
143
- run: ./y.sh test --sysroot llvm --no-unstable-features
+ # Skip tests that need cg_clif specific unstable features. Also skip tests that are not
144
+ # cg_clif specific and thus unlikely to be broken with cg_llvm.
145
+ run: ./y.sh test --sysroot llvm --no-unstable-features --skip-test testsuite.extended_sysroot
146
147
148
# This job doesn't use cg_clif in any way. It checks that all cg_clif tests work with cg_llvm too.
0 commit comments