Revert "Skip testing extended_sysroot tests with cg_llvm on CI"
This reverts commit 521288ef0f
.
I got what it tests backwards. It tests against a sysroot compiled with
LLVM. Not with the LLVM backend. The latter is done by the test_llvm CI
job.
This commit is contained in:
parent
521288ef0f
commit
5e1298ccdb
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -140,9 +140,7 @@ jobs:
|
||||
if: matrix.os != 'windows-latest' || matrix.env.TARGET_TRIPLE != 'x86_64-pc-windows-gnu'
|
||||
env:
|
||||
TARGET_TRIPLE: ${{ matrix.env.TARGET_TRIPLE }}
|
||||
# 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
|
||||
run: ./y.sh test --sysroot llvm --no-unstable-features
|
||||
|
||||
|
||||
# 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