Skip to content

Commit 78b57cc

Browse files
committed
ci: Add /cargo/bin to the path in Docker
This makes it possible to use nextest within the container.
1 parent f878724 commit 78b57cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ run() {
5050
-v "$(pwd)/target:/builtins-target"
5151
-v "$(rustc --print sysroot):/rust:ro"
5252
)
53-
run_cmd="$run_cmd PATH=\$PATH:/rust/bin"
53+
run_cmd="$run_cmd PATH=\$PATH:/rust/bin:/cargo/bin"
5454
else
5555
# Use rustc provided by a docker image
5656
docker volume create compiler-builtins-cache

0 commit comments

Comments
 (0)