diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-11 17:49:29 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-11 17:50:11 +0200 |
commit | f5a1d6dda0910e46cfa06bf159712cf4a6f91ecd (patch) | |
tree | 7180cd81eea89d16b6ca4326a43d94c7f0f9aa93 /community/cargo/tests-ignore-wasm32_final_outputs.patch | |
parent | 1fcaa4ae734eead289d2573a9ba21cd9adec4a5f (diff) | |
download | aports-f5a1d6dda0910e46cfa06bf159712cf4a6f91ecd.tar.bz2 aports-f5a1d6dda0910e46cfa06bf159712cf4a6f91ecd.tar.xz |
community/cargo: upgrade to 0.25.0
Diffstat (limited to 'community/cargo/tests-ignore-wasm32_final_outputs.patch')
-rw-r--r-- | community/cargo/tests-ignore-wasm32_final_outputs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/cargo/tests-ignore-wasm32_final_outputs.patch b/community/cargo/tests-ignore-wasm32_final_outputs.patch new file mode 100644 index 0000000000..10c168e6aa --- /dev/null +++ b/community/cargo/tests-ignore-wasm32_final_outputs.patch @@ -0,0 +1,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}; |