summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/files/target-build-value.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rust/files/target-build-value.patch')
-rw-r--r--meta/recipes-devtools/rust/files/target-build-value.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rust/files/target-build-value.patch b/meta/recipes-devtools/rust/files/target-build-value.patch
index 23e8c76801..cf59afba5a 100644
--- a/meta/recipes-devtools/rust/files/target-build-value.patch
+++ b/meta/recipes-devtools/rust/files/target-build-value.patch
@@ -7,8 +7,8 @@ Signed-off-by: onur-ozkan <work@onurozkan.dev>
7Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com> 7Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
8--- 8---
9diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs 9diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs
10--- a/src/bootstrap/test.rs 10--- a/src/bootstrap/src/core/build_steps/test.rs
11+++ b/src/bootstrap/test.rs 11+++ b/src/bootstrap/src/core/build_steps/test.rs
12@@ -1489,8 +1489,12 @@ 12@@ -1489,8 +1489,12 @@
13 // NOTE: Only stage 1 is special cased because we need the rustc_private artifacts to match the 13 // NOTE: Only stage 1 is special cased because we need the rustc_private artifacts to match the
14 // running compiler in stage 2 when plugins run. 14 // running compiler in stage 2 when plugins run.