Skip to content

Commit 606c09c

Browse files
Skip codegen tests in llvm-15 CI check
1 parent 874d936 commit 606c09c

File tree

1 file changed

+2
-2
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-llvm-15

1 file changed

+2
-2
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
# Only run the stage 1 tests on merges, not on PR CI jobs.
66
if [[ -z "${PR_CI_JOB}" ]]; then
7-
../x.py --stage 1 test --skip src/tools/tidy
7+
../x.py --stage 1 test --skip src/tools/tidy --skip tests/codegen
88

99
# Run the `mir-opt` tests again but this time for a 32-bit target.
1010
# This enforces that tests using `// EMIT_MIR_FOR_EACH_BIT_WIDTH` have
@@ -20,7 +20,7 @@ if [[ -z "${PR_CI_JOB}" ]]; then
2020
fi
2121

2222
# NOTE: intentionally uses all of `x.py`, `x`, and `x.ps1` to make sure they all work on Linux.
23-
../x.py --stage 2 test --skip src/tools/tidy
23+
../x.py --stage 2 test --skip src/tools/tidy --skip tests/codegen
2424

2525
# Run the `mir-opt` tests again but this time for a 32-bit target.
2626
# This enforces that tests using `// EMIT_MIR_FOR_EACH_BIT_WIDTH` have

0 commit comments

Comments
 (0)