mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-06 21:11:35 +02:00
Run x86 tests in release mode as GCC 14.2.0 fails to build unrar_sys in debug mode, Clang is fine though.
12 lines
330 B
Diff
12 lines
330 B
Diff
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -46,7 +46,7 @@
|
|
"time",
|
|
"aes-crypto",
|
|
] }
|
|
-zstd = { version = "0.13.2", default-features = false, features = ["zstdmt"] }
|
|
+zstd = { version = "0.13.2", default-features = false, features = ["zstdmt", "pkg-config"] }
|
|
|
|
[target.'cfg(not(unix))'.dependencies]
|
|
is_executable = "1.0.1"
|