Skip to content

Commit 521288e

Browse files
committed
Skip testing extended_sysroot tests with cg_llvm on CI
1 parent 29d225d commit 521288e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ jobs:
140140
if: matrix.os != 'windows-latest' || matrix.env.TARGET_TRIPLE != 'x86_64-pc-windows-gnu'
141141
env:
142142
TARGET_TRIPLE: ${{ matrix.env.TARGET_TRIPLE }}
143-
run: ./y.sh test --sysroot llvm --no-unstable-features
143+
# 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
144146

145147

146148
# 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

Comments
 (0)