Skip to content

Commit 40c1684

Browse files
committed
Update other patches
1 parent 1bbe493 commit 40c1684

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

patches/cross_patches/0001-Disable-libstd-and-libtest-dylib.patch

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@ Date: Thu, 28 Sep 2023 17:37:38 -0400
44
Subject: [PATCH] Disable libstd and libtest dylib
55

66
---
7-
library/std/Cargo.toml | 2 +-
8-
library/test/Cargo.toml | 2 +-
9-
2 files changed, 2 insertions(+), 2 deletions(-)
7+
library/std/Cargo.toml | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
109

1110
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
12-
index 5b21355..cb0c49b 100644
11+
index add5a20..3d670d2 100644
1312
--- a/library/std/Cargo.toml
1413
+++ b/library/std/Cargo.toml
15-
@@ -9,7 +9,7 @@ description = "The Rust Standard Library"
16-
edition = "2021"
14+
@@ -10,7 +10,7 @@ edition = "2021"
15+
autobenches = false
1716

1817
[lib]
1918
-crate-type = ["dylib", "rlib"]
2019
+crate-type = ["rlib"]
2120

2221
[dependencies]
2322
alloc = { path = "../alloc", public = true }
23+
--
24+
2.48.1
25+

patches/libgccjit12/0001-core-Disable-portable-simd-test.patch

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,29 @@ Date: Sat, 18 Nov 2023 10:50:36 -0500
44
Subject: [PATCH] [core] Disable portable-simd test
55

66
---
7-
library/core/tests/lib.rs | 2 --
7+
library/coretests/tests/lib.rs | 2 --
88
1 file changed, 2 deletions(-)
99

10-
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs
11-
index b71786c..cf484d5 100644
12-
--- a/library/core/tests/lib.rs
13-
+++ b/library/core/tests/lib.rs
14-
@@ -87,7 +87,6 @@
10+
diff --git a/library/coretests/tests/lib.rs b/library/coretests/tests/lib.rs
11+
index ff4776f..5715ab4 100644
12+
--- a/library/coretests/tests/lib.rs
13+
+++ b/library/coretests/tests/lib.rs
14+
@@ -65,7 +65,6 @@
1515
#![feature(numfmt)]
1616
#![feature(pattern)]
1717
#![feature(pointer_is_aligned_to)]
1818
-#![feature(portable_simd)]
1919
#![feature(ptr_metadata)]
2020
#![feature(slice_from_ptr_range)]
2121
#![feature(slice_internals)]
22-
@@ -155,7 +154,6 @@ mod pin;
22+
@@ -169,7 +168,6 @@ mod pin;
2323
mod pin_macro;
2424
mod ptr;
2525
mod result;
2626
-mod simd;
2727
mod slice;
2828
mod str;
2929
mod str_lossy;
30-
-- 2.45.2
30+
--
31+
2.48.1
32+

0 commit comments

Comments
 (0)