We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94605b9 commit a9d5dffCopy full SHA for a9d5dff
src/test/run-make-fulldeps/incr-add-rust-src-component/Makefile
@@ -3,6 +3,11 @@
3
# rust-lang/rust#70924: Test that if we add rust-src component in between two
4
# incremetnal compiles, the compiler does not ICE on the second.
5
6
+# This test uses `ln -s` rather than copying to save testing time, but its
7
+# usage doesn't work on windows. So ignore windows.
8
+
9
+# ignore-windows
10
11
SYSROOT:=$(shell $(RUSTC) --print sysroot)
12
FAKEROOT=$(TMPDIR)/fakeroot
13
INCR=$(TMPDIR)/incr
0 commit comments