mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-06 12:04:36 +00:00
Build linkcheck script as release to run faster.
This commit is contained in:
parent
98c90522a6
commit
095f09a5bf
@ -106,7 +106,7 @@ else
|
||||
check_path="linkcheck/$book_name"
|
||||
fi
|
||||
echo "Running linkchecker on \"$check_path\"..."
|
||||
cargo run --manifest-path=linkchecker/Cargo.toml -- "$check_path"
|
||||
cargo run --release --manifest-path=linkchecker/Cargo.toml -- "$check_path"
|
||||
|
||||
if [ "$iterative" = "0" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user