aboutsummaryrefslogtreecommitdiffstats
path: root/community/cargo/tests-ignore-wasm32_final_outputs.patch
blob: 10c168e6aa001233daf4234451c7b470016f2f5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
We don't support WASM in our Rust build yet.

--- a/tests/build.rs
+++ b/tests/build.rs
@@ -3554,6 +3554,7 @@
 }
 
 #[test]
+#[ignore]
 fn wasm32_final_outputs() {
     use cargo::core::{Shell, Target, Workspace};
     use cargo::ops::{self, BuildConfig, Context, CompileMode, CompileOptions, Kind, Unit};