forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rust-lang#225 from rust-lang/feature/stdarch-tests
Run stdarch tests in the CI
- Loading branch information
Showing
4 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From a2d53a324a02c04b76c0e9d39dc15cd443a3b8b2 Mon Sep 17 00:00:00 2001 | ||
From: Antoni Boucher <[email protected]> | ||
Date: Fri, 25 Nov 2022 11:18:11 -0500 | ||
Subject: [PATCH] Disable examples | ||
|
||
--- | ||
library/stdarch/Cargo.toml | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/library/stdarch/Cargo.toml b/library/stdarch/Cargo.toml | ||
index fbe0a95..748d72d 100644 | ||
--- a/library/stdarch/Cargo.toml | ||
+++ b/library/stdarch/Cargo.toml | ||
@@ -3,7 +3,7 @@ members = [ | ||
"crates/core_arch", | ||
"crates/std_detect", | ||
"crates/stdarch-gen", | ||
- "examples/" | ||
+ #"examples/" | ||
] | ||
exclude = [ | ||
"crates/wasm-assert-instr-tests" | ||
-- | ||
2.26.2.7.g19db9cfb68.dirty | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters