Skip testing extended_sysroot tests with cg_llvm on CI

This commit is contained in:
bjorn3 2024-11-03 13:47:58 +00:00
parent 29d225d665
commit 521288ef0f

View File

@ -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.