There was an error while loading. Please reload this page.
1 parent 6455a47 commit cb06d9bCopy full SHA for cb06d9b
1 file changed
ci/run-docker.sh
@@ -18,16 +18,16 @@ run() {
18
--user "$(id -u)":"$(id -g)" \
19
--rm \
20
--init \
21
- --volume $HOME/.cargo:/cargo \
22
- $kvm \
+ --volume "${HOME}/.cargo":/cargo \
+ "${kvm}" \
23
--env CARGO_HOME=/cargo \
24
--volume "$(rustc --print sysroot)":/rust:ro \
25
--volume "$(pwd)":/checkout:ro \
26
--volume "$(pwd)"/target:/checkout/target \
27
--env CARGO_TARGET_DIR=/checkout/target \
28
--workdir /checkout \
29
libc \
30
- ci/run.sh $1
+ ci/run.sh "${1}"
31
}
32
33
if [ -z "${1}" ]; then
0 commit comments