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:
bjorn3 2024-11-03 14:36:21 +00:00
parent 521288ef0f
commit 5e1298ccdb

View File

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