We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ba41d commit abd8352Copy full SHA for abd8352
src/ci/docker/scripts/x86_64-gnu-llvm.sh
@@ -39,6 +39,9 @@ if [[ -z "${PR_CI_JOB}" ]]; then
39
library/std library/alloc library/core
40
fi
41
42
+# NOTE: intentionally uses all of `x.py`, `x`, and `x.ps1` to make sure they all work on Linux.
43
+../x.py --stage 2 test --skip src/tools/tidy
44
+
45
# Run the `mir-opt` tests again but this time for a 32-bit target.
46
# This enforces that tests using `// EMIT_MIR_FOR_EACH_BIT_WIDTH` have
47
# both 32-bit and 64-bit outputs updated by the PR author, before
0 commit comments