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.
/cargo/bin
1 parent f878724 commit 78b57ccCopy full SHA for 78b57cc
ci/run-docker.sh
@@ -50,7 +50,7 @@ run() {
50
-v "$(pwd)/target:/builtins-target"
51
-v "$(rustc --print sysroot):/rust:ro"
52
)
53
- run_cmd="$run_cmd PATH=\$PATH:/rust/bin"
+ run_cmd="$run_cmd PATH=\$PATH:/rust/bin:/cargo/bin"
54
else
55
# Use rustc provided by a docker image
56
docker volume create compiler-builtins-cache
0 commit comments