Ignore windows in the test.
This commit is contained in:
parent
94605b97e7
commit
a9d5dffe99
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
||||||
# rust-lang/rust#70924: Test that if we add rust-src component in between two
|
# rust-lang/rust#70924: Test that if we add rust-src component in between two
|
||||||
# incremetnal compiles, the compiler does not ICE on the second.
|
# incremetnal compiles, the compiler does not ICE on the second.
|
||||||
|
|
||||||
|
# This test uses `ln -s` rather than copying to save testing time, but its
|
||||||
|
# usage doesn't work on windows. So ignore windows.
|
||||||
|
|
||||||
|
# ignore-windows
|
||||||
|
|
||||||
SYSROOT:=$(shell $(RUSTC) --print sysroot)
|
SYSROOT:=$(shell $(RUSTC) --print sysroot)
|
||||||
FAKEROOT=$(TMPDIR)/fakeroot
|
FAKEROOT=$(TMPDIR)/fakeroot
|
||||||
INCR=$(TMPDIR)/incr
|
INCR=$(TMPDIR)/incr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue