Skip to content

Commit 054696e

Browse files
committed
Disable stdarch examples which require unwinding
1 parent 3791646 commit 054696e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

patches/0001-Disable-examples.patch

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From a2d53a324a02c04b76c0e9d39dc15cd443a3b8b2 Mon Sep 17 00:00:00 2001
2+
From: Antoni Boucher <[email protected]>
3+
Date: Fri, 25 Nov 2022 11:18:11 -0500
4+
Subject: [PATCH] Disable examples
5+
6+
---
7+
library/stdarch/Cargo.toml | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/library/stdarch/Cargo.toml b/library/stdarch/Cargo.toml
11+
index fbe0a95..748d72d 100644
12+
--- a/library/stdarch/Cargo.toml
13+
+++ b/library/stdarch/Cargo.toml
14+
@@ -3,7 +3,7 @@ members = [
15+
"crates/core_arch",
16+
"crates/std_detect",
17+
"crates/stdarch-gen",
18+
- "examples/"
19+
+ #"examples/"
20+
]
21+
exclude = [
22+
"crates/wasm-assert-instr-tests"
23+
--
24+
2.26.2.7.g19db9cfb68.dirty
25+

0 commit comments

Comments
 (0)