Package: rust-gstreamer-audio-sys / 0.23.5-2

fix-s390x-test.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
--- a/tests/abi.rs
+++ b/tests/abi.rs
@@ -113,6 +113,7 @@ impl Results {
 }
 
 #[test]
+#[cfg(not(target_arch = "s390x"))]
 fn cross_validate_constants_with_c() {
     let mut c_constants: Vec<(String, String)> = Vec::new();