Skip testing extended_sysroot tests with cg_llvm on CI
This commit is contained in:
parent
29d225d665
commit
521288ef0f
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -140,7 +140,9 @@ jobs:
|
||||
if: matrix.os != 'windows-latest' || matrix.env.TARGET_TRIPLE != 'x86_64-pc-windows-gnu'
|
||||
env:
|
||||
TARGET_TRIPLE: ${{ matrix.env.TARGET_TRIPLE }}
|
||||
run: ./y.sh test --sysroot llvm --no-unstable-features
|
||||
# Skip tests that need cg_clif specific unstable features. Also skip tests that are not
|
||||
# cg_clif specific and thus unlikely to be broken with cg_llvm.
|
||||
run: ./y.sh test --sysroot llvm --no-unstable-features --skip-test testsuite.extended_sysroot
|
||||
|
||||
|
||||
# This job doesn't use cg_clif in any way. It checks that all cg_clif tests work with cg_llvm too.
|
||||
|
Loading…
Reference in New Issue
Block a user