Skip to content

Commit 58c705e

Browse files
committed
Forward RUSTFLAGS.
1 parent 5ec0d20 commit 58c705e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test-docker-in-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ home=$(dirname "${source}")
1616

1717
main() {
1818
docker run -v "${home}":/project \
19-
-w /project --rm -e TARGET \
19+
-w /project --rm -e TARGET -e RUSTFLAGS \
2020
-v /var/run/docker.sock:/var/run/docker.sock \
2121
docker:18.09-dind sh -c '
2222
#!/usr/bin/env sh

0 commit comments

Comments
 (0)