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 0fb5309 commit aa63858Copy full SHA for aa63858
ci/run-docker.sh
@@ -47,9 +47,9 @@ run() {
47
--env RUST_LIBC_UNSTABLE_GNU_TIME_BITS \
48
--env CARGO_HOME=/cargo \
49
--env CARGO_TARGET_DIR=/checkout/target \
50
- --volume "$CARGO_HOME":/cargo \
51
- --volume "$(rustc --print sysroot)":/rust:ro \
52
- --volume "$PWD":/checkout:ro \
+ --volume "$CARGO_HOME":/cargo:Z \
+ --volume "$(rustc --print sysroot)":/rust:ro,Z \
+ --volume "$PWD":/checkout:ro,Z \
53
--volume "$PWD"/target:/checkout/target \
54
$kvm \
55
--init \
0 commit comments