Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 21a97f2

Browse files
committed
fixup docker
1 parent 70d4a76 commit 21a97f2

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
@@ -15,7 +15,7 @@ run() {
1515
--rm \
1616
--user "$(id -u)":"$(id -g)" \
1717
--env CARGO_HOME=/cargo \
18-
--env CARGO_TARGET_DIR=/target \
18+
--env CARGO_TARGET_DIR=/checkout/target \
1919
--volume "$(dirname "$(dirname "$(command -v cargo)")")":/cargo \
2020
--volume "$(rustc --print sysroot)":/rust:ro \
2121
--volume "$(pwd)":/checkout:ro \

0 commit comments

Comments
 (0)