Skip to content

Commit 7c656d8

Browse files
committed
Skip the link check
1 parent 0fc0057 commit 7c656d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/ci/docker/scripts/x86_64-gnu-llvm3.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ set -ex
44

55
##### Test stage 1 #####
66

7-
../x.py --stage 1 test --skip src/tools/tidy
7+
# linkchecker is skipped because mixing old rustc/rustdoc with new standard
8+
# library causes problems with generating correct links.
9+
../x.py --stage 1 test --skip src/tools/tidy --skip src/tools/linkchecker
810

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

0 commit comments

Comments
 (0)