Skip to content

Commit

Permalink
Rollup merge of rust-lang#66573 - pnkfelix:issue-66568-ignore-reprodu…
Browse files Browse the repository at this point in the history
…cible-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 rust-lang#66568
  • Loading branch information
Centril authored Nov 20, 2019
2 parents 52ed2c6 + 6ab28b5 commit 8754409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/run-make-fulldeps/reproducible-build-2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# ignore-musl
# ignore-windows
# ignore-macos (rust-lang/rust#66568)
# Objects are reproducible but their path is not.

all: \
Expand Down

0 comments on commit 8754409

Please sign in to comment.