Skip to content

Commit 8754409

Browse files
authored
Rollup merge of #66573 - pnkfelix:issue-66568-ignore-reproducible-build-2-on-macos, r=alexcrichton
Ignore run-make reproducible-build-2 on Mac 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. cc #66568
2 parents 52ed2c6 + 6ab28b5 commit 8754409

File tree

1 file changed

+1
-0
lines changed
  • src/test/run-make-fulldeps/reproducible-build-2

1 file changed

+1
-0
lines changed

src/test/run-make-fulldeps/reproducible-build-2/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# ignore-musl
44
# ignore-windows
5+
# ignore-macos (rust-lang/rust#66568)
56
# Objects are reproducible but their path is not.
67

78
all: \

0 commit comments

Comments
 (0)