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.
1 parent 826f0aa commit 789b935Copy full SHA for 789b935
ci/run-docker.sh
@@ -69,9 +69,9 @@ run() {
69
--env CARGO_TERM_VERBOSE \
70
--env CARGO_HOME=/cargo \
71
--env CARGO_TARGET_DIR=/checkout/target \
72
- --volume "$CARGO_HOME":/cargo \
73
- --volume "$(rustc --print sysroot)":/rust:ro \
74
- --volume "$PWD":/checkout:ro \
+ --volume "$CARGO_HOME":/cargo:Z \
+ --volume "$(rustc --print sysroot)":/rust:ro,Z \
+ --volume "$PWD":/checkout:ro,Z \
75
--volume "$PWD"/target:/checkout/target \
76
$kvm \
77
--init \
0 commit comments