]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #43536 - alexcrichton:privileged, r=TimNN
authorMark Simulacrum <mark.simulacrum@gmail.com>
Sun, 30 Jul 2017 00:03:56 +0000 (18:03 -0600)
committerGitHub <noreply@github.com>
Sun, 30 Jul 2017 00:03:56 +0000 (18:03 -0600)
commite5116b661a484cf1097f02e8d8205b7ff15ad56f
treeccb8b61ebea922c9f055b2c7799f30009523221d
parenta3eadd767e7ab493a298a18a38baa64654dee8d3
parentb121689c6a0e01cbf95d84334464140a9bef4bba
Rollup merge of #43536 - alexcrichton:privileged, r=TimNN

Flag docker invocations as --privileged on CI

When upgrading to LLVM 5.0 it was found that the leak sanitizer tests were
failing with fatal errors, but they were passing locally when run. Turns out it
looks like they may be using new ptrace-like syscalls so the docker container
now needs `--privileged` when executing to complete the test.