Skip to content

Commit 056f705

Browse files
committed
mount the rustup home in the docker containers
1 parent 7e0394a commit 056f705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ run() {
2424
--volume "${HOME}/.cargo":/cargo \
2525
$kvm \
2626
--env CARGO_HOME=/cargo \
27-
--volume "$(rustc --print sysroot)":/rust:ro \
27+
--volume "${HOME}"/.rustup:/rust:ro \
2828
--volume "$(pwd)":/checkout:ro \
2929
--volume "$(pwd)"/target:/checkout/target \
3030
--env CARGO_TARGET_DIR=/checkout/target \

0 commit comments

Comments
 (0)