We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27464fa commit 13dbdc6Copy full SHA for 13dbdc6
src/test/run-make/issue-10971-temps-dir/Makefile
@@ -3,6 +3,9 @@
3
# Regression test for issue #10971
4
# Running two invocations in parallel would overwrite each other's temp files.
5
6
+## clean up unused env variables which might cause harm.
7
+unexport RUSTC_LINKER
8
+
9
all:
10
touch $(TMPDIR)/lib.rs
11
0 commit comments