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 a43b5b6 commit 958b456Copy full SHA for 958b456
ci/make-release.sh
@@ -17,7 +17,7 @@ then
17
export "CARGO_TARGET_$(echo $target | tr a-z- A-Z_)_LINKER"=rust-lld
18
fi
19
export CARGO_PROFILE_RELEASE_LTO=true
20
-cargo build --bin mdbook --release --target $target
+cargo build --locked --bin mdbook --release --target $target
21
cd target/$target/release
22
case $1 in
23
ubuntu*)
0 commit comments