Skip to content

Commit 33e353e

Browse files
committed
Auto merge of #43091 - aidanhs:aphs-no-docker-priv, r=alexcrichton
Privileged in docker run isn't necessary Added relatively recently in https://github.com/rust-lang/rust/pull/40199/files#diff-71609a365528e4649836825d8250c241R57, but I don't see anything in that PR that requires it. If it's not strictly necessary, we shouldn't use it. (if this lands I'll make a PR against libc which also uses privileged) r? @alexcrichton
2 parents 24fc541 + 4bd27fc commit 33e353e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ci/docker/run.sh

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ exec docker \
8282
--env TRAVIS_BRANCH \
8383
--volume "$HOME/.cargo:/cargo" \
8484
--volume "$HOME/rustsrc:$HOME/rustsrc" \
85-
--privileged \
8685
--rm \
8786
rust-ci \
8887
/checkout/src/ci/run.sh

0 commit comments

Comments
 (0)