diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2019-11-20 14:07:01 +0100 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2019-11-20 14:07:01 +0100 |
| commit | 6ab28b50daa160da875a3a1cdcba3b56e21ff4e3 (patch) | |
| tree | db8a5ccd2de4c2216190bab7aabf5efe04cbc9bf | |
| parent | 2cad8bb659066b42fc518c95def384956126bd3f (diff) | |
| download | rust-6ab28b50daa160da875a3a1cdcba3b56e21ff4e3.tar.gz rust-6ab28b50daa160da875a3a1cdcba3b56e21ff4e3.zip | |
Ignore run-make reproducible-build-2 on Mac (we already ignore it on Windows).
Until we can dedicate resources to fixing this properly, I think we are best off just ignoring this test on platforms/contexts where it does not matter as much.
| -rw-r--r-- | src/test/run-make-fulldeps/reproducible-build-2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/reproducible-build-2/Makefile b/src/test/run-make-fulldeps/reproducible-build-2/Makefile index 45c9a742723..fc912efed5e 100644 --- a/src/test/run-make-fulldeps/reproducible-build-2/Makefile +++ b/src/test/run-make-fulldeps/reproducible-build-2/Makefile @@ -2,6 +2,7 @@ # ignore-musl # ignore-windows +# ignore-macos (rust-lang/rust#66568) # Objects are reproducible but their path is not. all: \ |
