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 647d420 commit 4e8cd58Copy full SHA for 4e8cd58
ci/run-docker.sh
@@ -23,8 +23,7 @@ run() {
23
# calling docker, otherwise docker will create them but they will be owned
24
# by root.
25
mkdir -p target
26
- touch Cargo.lock
27
- touch builtins-test-intrinsics/Cargo.toml
+ cargo generate-lockfile --manifest-path builtins-test-intrinsics/Cargo.toml
28
29
run_cmd="HOME=/tmp"
30
0 commit comments