Skip to content

Commit 06d0a71

Browse files
committed
[ci] clean up potentially harmful envs
1 parent 3064e0a commit 06d0a71

File tree

1 file changed

+8
-8
lines changed
  • src/test/run-make/thumb-none-qemu

1 file changed

+8
-8
lines changed

src/test/run-make/thumb-none-qemu/Makefile

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ export WORK_DIR := $(TMPDIR)
1414
export HERE := $(shell pwd)
1515

1616
## clean up unused env variables which might cause harm.
17-
# unexport RUSTC_LINKER
18-
# unexport RUSTC_BOOTSTRAP
19-
# unexport RUST_BUILD_STAGE
20-
# unexport RUST_TEST_THREADS
21-
# unexport RUST_TEST_TMPDIR
22-
# unexport AR
23-
# unexport CC
24-
# unexport CXX
17+
unexport RUSTC_LINKER
18+
unexport RUSTC_BOOTSTRAP
19+
unexport RUST_BUILD_STAGE
20+
unexport RUST_TEST_THREADS
21+
unexport RUST_TEST_TMPDIR
22+
unexport AR
23+
unexport CC
24+
unexport CXX
2525

2626
all:
2727
bash script.sh

0 commit comments

Comments
 (0)