diff options
| author | Hideki Sekine <sekineh@me.com> | 2018-10-16 21:42:42 +0900 |
|---|---|---|
| committer | Hideki Sekine <sekineh@me.com> | 2018-10-16 21:42:42 +0900 |
| commit | 06d0a715b564a656e8e272307c5915f0f65ae040 (patch) | |
| tree | 48c1d982cb49d9b3b0efde04c289922062548c5c | |
| parent | 3064e0a16600ab4e32e486a495b1da5b737b711a (diff) | |
| download | rust-06d0a715b564a656e8e272307c5915f0f65ae040.tar.gz rust-06d0a715b564a656e8e272307c5915f0f65ae040.zip | |
[ci] clean up potentially harmful envs
| -rw-r--r-- | src/test/run-make/thumb-none-qemu/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/test/run-make/thumb-none-qemu/Makefile b/src/test/run-make/thumb-none-qemu/Makefile index 75c17372bc2..ffd17721b73 100644 --- a/src/test/run-make/thumb-none-qemu/Makefile +++ b/src/test/run-make/thumb-none-qemu/Makefile @@ -14,14 +14,14 @@ export WORK_DIR := $(TMPDIR) export HERE := $(shell pwd) ## clean up unused env variables which might cause harm. -# unexport RUSTC_LINKER -# unexport RUSTC_BOOTSTRAP -# unexport RUST_BUILD_STAGE -# unexport RUST_TEST_THREADS -# unexport RUST_TEST_TMPDIR -# unexport AR -# unexport CC -# unexport CXX +unexport RUSTC_LINKER +unexport RUSTC_BOOTSTRAP +unexport RUST_BUILD_STAGE +unexport RUST_TEST_THREADS +unexport RUST_TEST_TMPDIR +unexport AR +unexport CC +unexport CXX all: bash script.sh |
