rust-sccache: use system libzstd
This commit is contained in:
parent
ad7f5bfd24
commit
00fc5830c2
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'rust-sccache'
|
||||
pkgname=rust-sccache
|
||||
version=0.4.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
# 1. requires expensive extra feature 2. requires clang 3. requires libc
|
||||
make_check_args="-- --skip test_s3_invalid_args --skip test_sccache_command
|
||||
--skip dist::pkg::toolchain_imp::test_ldd_parse_v2_30"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel"
|
||||
makedepends="openssl-devel libzstd-devel"
|
||||
short_desc="Sccache is a ccache-like tool"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in New Issue