mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 08:31:04 +02:00
dev-lang/rust: fix build issues for 1.68.0
Since tests of 1.68.0 are located under "tests" instead of "src/test", update the path to get the patch applied without build failures.
This commit is contained in:
parent
472d6e9b6d
commit
4fb8136f5f
@ -10,23 +10,23 @@ simd-intrinsic-generic-bitmask.rs: broken on BE, #59356
|
|||||||
sparc-struct-abi: no sparc target
|
sparc-struct-abi: no sparc target
|
||||||
sysroot-crates-are-unstable: can't run rustc without RPATH
|
sysroot-crates-are-unstable: can't run rustc without RPATH
|
||||||
---
|
---
|
||||||
src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile | 2 ++
|
tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile | 2 ++
|
||||||
src/test/ui/env-funky-keys.rs | 1 +
|
tests/ui/env-funky-keys.rs | 1 +
|
||||||
6 files changed, 10 insertions(+)
|
6 files changed, 10 insertions(+)
|
||||||
|
|
||||||
diff --git a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
|
diff --git a/tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile b/tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
|
||||||
index 9e770706857..6d92ec5cec8 100644
|
index 9e770706857..6d92ec5cec8 100644
|
||||||
--- a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
|
--- a/tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
|
||||||
+++ b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
|
+++ b/tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
|
||||||
@@ -1,1 +1,3 @@
|
@@ -1,1 +1,3 @@
|
||||||
+# ignore-test
|
+# ignore-test
|
||||||
+
|
+
|
||||||
all:
|
all:
|
||||||
python2.7 test.py
|
python2.7 test.py
|
||||||
diff --git a/src/test/ui/env-funky-keys.rs b/src/test/ui/env-funky-keys.rs
|
diff --git a/tests/ui/env-funky-keys.rs b/tests/ui/env-funky-keys.rs
|
||||||
index c5c824ac58d..f3fe047a79c 100644
|
index c5c824ac58d..f3fe047a79c 100644
|
||||||
--- a/src/test/ui/env-funky-keys.rs
|
--- a/tests/ui/env-funky-keys.rs
|
||||||
+++ b/src/test/ui/env-funky-keys.rs
|
+++ b/tests/ui/env-funky-keys.rs
|
||||||
@@ -1,6 +1,7 @@
|
@@ -1,6 +1,7 @@
|
||||||
// run-pass
|
// run-pass
|
||||||
// Ignore this test on Android, because it segfaults there.
|
// Ignore this test on Android, because it segfaults there.
|
||||||
@ -34,7 +34,7 @@ index c5c824ac58d..f3fe047a79c 100644
|
|||||||
+// ignore-test
|
+// ignore-test
|
||||||
// ignore-android
|
// ignore-android
|
||||||
// ignore-windows
|
// ignore-windows
|
||||||
// ignore-cloudabi no execve
|
// ignore-emscripten no execve
|
||||||
--
|
--
|
||||||
2.24.1
|
2.24.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user