We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3791646 commit 054696eCopy full SHA for 054696e
patches/0001-Disable-examples.patch
@@ -0,0 +1,25 @@
1
+From a2d53a324a02c04b76c0e9d39dc15cd443a3b8b2 Mon Sep 17 00:00:00 2001
2
+From: Antoni Boucher <bouanto@zoho.com>
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