Skip to content

Commit 5e1298c

Browse files
committed
Revert "Skip testing extended_sysroot tests with cg_llvm on CI"
This reverts commit 521288e. 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.
1 parent 521288e commit 5e1298c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ 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-
# 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
143+
run: ./y.sh test --sysroot llvm --no-unstable-features
146144

147145

148146
# 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)