summaryrefslogtreecommitdiff
path: root/ci/run-docker.sh
diff options
context:
space:
mode:
authorAidan Hobson Sayers <aidanhs@cantab.net>2017-07-07 15:01:29 +0100
committerAidan Hobson Sayers <aidanhs@cantab.net>2017-07-07 15:01:29 +0100
commitf305647377ebb4db5992e544614c868dbc095d6c (patch)
tree906f6f537c85e2353bc6efa3fc99b9bfe137d790 /ci/run-docker.sh
parent30564181bfa1856f4e3c41305ad4a0d1d5aa1e51 (diff)
downloadrust-libc-f305647377ebb4db5992e544614c868dbc095d6c.tar.gz
Remove --privileged from docker
Diffstat (limited to 'ci/run-docker.sh')
-rwxr-xr-xci/run-docker.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/run-docker.sh b/ci/run-docker.sh
index e963078af8..deafa99226 100755
--- a/ci/run-docker.sh
+++ b/ci/run-docker.sh
@@ -22,7 +22,6 @@ run() {
--volume `pwd`/target:/checkout/target \
--env CARGO_TARGET_DIR=/checkout/target \
--workdir /checkout \
- --privileged \
libc \
ci/run.sh $1
}