mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
parent
21738810bd
commit
3d9b772dec
1 changed files with 4 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'rust-sccache'
|
# Template file for 'rust-sccache'
|
||||||
pkgname=rust-sccache
|
pkgname=rust-sccache
|
||||||
version=0.8.1
|
version=0.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
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
|
make_check_args="-- --skip test_s3_invalid_args --skip test_sccache_command
|
||||||
--skip dist::pkg::toolchain_imp::test_ldd_parse_v2_30"
|
--skip test_ldd_parse_v2_30 --skip test_rlib_dep_reader_call
|
||||||
|
--skip cache_hit_rate --skip log_no_perm --skip rust_cargo"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel libzstd-devel"
|
makedepends="openssl-devel libzstd-devel"
|
||||||
short_desc="Sccache is a ccache-like tool"
|
short_desc="Sccache is a ccache-like tool"
|
||||||
|
@ -14,14 +14,9 @@ license="Apache-2.0"
|
||||||
homepage="https://crates.io/crates/sccache"
|
homepage="https://crates.io/crates/sccache"
|
||||||
changelog="https://github.com/mozilla/sccache/releases"
|
changelog="https://github.com/mozilla/sccache/releases"
|
||||||
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
|
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
|
||||||
checksum=764e68aec5452a7d4e718f8b5ad0a15586798bb88a75830c860c057edc320f4e
|
checksum=6a6ae999f98433b9ee71d30e4bfbcb40062d360d76e8ac0cc3d489e934f02d0b
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*|arm*|aarch64*) ;;
|
x86_64*|i686*|arm*|aarch64*) ;;
|
||||||
*) broken="ftbfs in ring" ;;
|
*) broken="ftbfs in ring" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_check() {
|
|
||||||
# tries to spawn /usr/bin/cargo and fails
|
|
||||||
rm -f tests/sccache_cargo.rs
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue