Skip to content

Commit c99b2e5

Browse files
committed
chore(ci): Disable link check
It looks like its checking nightly rustc links against cargo which is failing because of links related to check-cfg which is stable on nightly. See also https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/Failures.20on.20Beta.20CI
1 parent 088d888 commit c99b2e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,11 @@ jobs:
256256
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
257257
echo `pwd`/mdbook >> $GITHUB_PATH
258258
- run: cd src/doc && mdbook build --dest-dir ../../target/doc
259-
- name: Run linkchecker.sh
260-
run: |
261-
cd target
262-
curl -sSLO https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
263-
sh linkcheck.sh --all --path ../src/doc cargo
259+
# - name: Run linkchecker.sh
260+
# run: |
261+
# cd target
262+
# curl -sSLO https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
263+
# sh linkcheck.sh --all --path ../src/doc cargo
264264

265265
msrv:
266266
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)