Skip to content

Commit 699e017

Browse files
bors[bot]RalfJung
andauthored
264: CI: make sure the lockfile is up-to-date r=RalfJung a=RalfJung @jethrogb This seems like a useful thing to do on CI? Co-authored-by: Ralf Jung <[email protected]>
2 parents f01b8d7 + 9725ed4 commit 699e017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euxo pipefail
33
beginswith() { case $2 in "$1"*) true;; *) false;; esac; }
44

55
main() {
6-
cross build --target $TARGET
6+
cross build --target $TARGET --locked
77
cross run --target $TARGET -- -V
88

99
if beginswith nightly $TRAVIS_RUST_VERSION; then

0 commit comments

Comments
 (0)