Skip to content

Commit 10541a4

Browse files
authored
Merge pull request #452 from Amanieu/intrinsic_mod
2 parents fa80502 + fe04b8d commit 10541a4

File tree

7 files changed

+470
-466
lines changed

7 files changed

+470
-466
lines changed

Diff for: ci/run-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ run() {
1919
-e CARGO_HOME=/cargo \
2020
-e CARGO_TARGET_DIR=/target \
2121
-e RUST_COMPILER_RT_ROOT \
22-
-v $(dirname $(dirname `which cargo`)):/cargo \
22+
-v "${HOME}/.cargo":/cargo \
2323
-v `pwd`/target:/target \
2424
-v `pwd`:/checkout:ro \
2525
-v `rustc --print sysroot`:/rust:ro \

0 commit comments

Comments
 (0)