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 58c705e commit d7e747eCopy full SHA for d7e747e
ci/test-docker-in-docker.sh
@@ -15,8 +15,9 @@ source=$(realpath "${source}")
15
home=$(dirname "${source}")
16
17
main() {
18
- docker run -v "${home}":/project \
19
- -w /project --rm -e TARGET -e RUSTFLAGS \
+ docker run -v "${home}":/project -w /project \
+ --rm -e TARGET -e RUSTFLAGS -e RUST_TEST_THREADS \
20
+ -e LLVM_PROFILE_FILE -e CARGO_INCREMENTAL \
21
-v /var/run/docker.sock:/var/run/docker.sock \
22
docker:18.09-dind sh -c '
23
#!/usr/bin/env sh
0 commit comments