summaryrefslogtreecommitdiffstats
path: root/debian/patches/u-ignore-reproducible-failure.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:15 +0000
commit590c689495549b05a392ad11322a93f487d2067e (patch)
treed3dff5af08c6670318ff82002ec2b3433a480e2f /debian/patches/u-ignore-reproducible-failure.patch
parentMerging upstream version 1.68.2+dfsg1. (diff)
downloadrustc-590c689495549b05a392ad11322a93f487d2067e.tar.xz
rustc-590c689495549b05a392ad11322a93f487d2067e.zip
Merging debian version 1.68.2+dfsg1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/u-ignore-reproducible-failure.patch')
-rw-r--r--debian/patches/u-ignore-reproducible-failure.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/u-ignore-reproducible-failure.patch b/debian/patches/u-ignore-reproducible-failure.patch
index e0f9688b3..6ea14023d 100644
--- a/debian/patches/u-ignore-reproducible-failure.patch
+++ b/debian/patches/u-ignore-reproducible-failure.patch
@@ -7,10 +7,10 @@ Bug: https://github.com/rust-lang/rust/issues/89911
src/test/run-make-fulldeps/reproducible-build-2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/src/test/run-make-fulldeps/reproducible-build-2/Makefile b/src/test/run-make-fulldeps/reproducible-build-2/Makefile
+diff --git a/tests/run-make-fulldeps/reproducible-build-2/Makefile b/tests/run-make-fulldeps/reproducible-build-2/Makefile
index fd94516..957e1f4 100644
---- a/src/test/run-make-fulldeps/reproducible-build-2/Makefile
-+++ b/src/test/run-make-fulldeps/reproducible-build-2/Makefile
+--- a/tests/run-make-fulldeps/reproducible-build-2/Makefile
++++ b/tests/run-make-fulldeps/reproducible-build-2/Makefile
@@ -14,7 +14,7 @@ fat_lto:
$(RUSTC) reproducible-build.rs -C lto=fat
cp $(TMPDIR)/reproducible-build $(TMPDIR)/reproducible-build-a