diff options
| author | Joel Galenson <jgalenson@google.com> | 2019-08-08 16:44:42 -0700 |
|---|---|---|
| committer | Joel Galenson <jgalenson@google.com> | 2019-08-08 16:44:42 -0700 |
| commit | 36c4873d0934faf56dbfa3e1b84c3a750008c2f8 (patch) | |
| tree | 73d81e0e227fdb5bdba6ec503021c2714460573f | |
| parent | 3e6a9273057aec611b9f22025bb28355060af265 (diff) | |
| download | rust-36c4873d0934faf56dbfa3e1b84c3a750008c2f8.tar.gz rust-36c4873d0934faf56dbfa3e1b84c3a750008c2f8.zip | |
Try to fix test on Windows.
| -rw-r--r-- | src/test/run-make-fulldeps/reproducible-build/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-make-fulldeps/reproducible-build/Makefile b/src/test/run-make-fulldeps/reproducible-build/Makefile index addbf9928bf..5b9c9d3d035 100644 --- a/src/test/run-make-fulldeps/reproducible-build/Makefile +++ b/src/test/run-make-fulldeps/reproducible-build/Makefile @@ -81,7 +81,7 @@ extern_flags: fat_lto: rm -rf $(TMPDIR) && mkdir $(TMPDIR) $(RUSTC) reproducible-build-aux.rs - $(RUSTC) reproducible-build.rs -C lto=fat -C opt-level=1 + $(RUSTC) reproducible-build.rs -C lto=fat cp $(TMPDIR)/reproducible-build $(TMPDIR)/reproducible-build-a - $(RUSTC) reproducible-build.rs -C lto=fat -C opt-level=1 + $(RUSTC) reproducible-build.rs -C lto=fat cmp "$(TMPDIR)/reproducible-build-a" "$(TMPDIR)/reproducible-build" || exit 1 |
