rust-sccache: update to 0.9.1.

Closes: #54009 [via git-merge-pr]
This commit is contained in:
icp 2024-12-22 21:43:13 +05:30 committed by classabbyamp
parent 21738810bd
commit 3d9b772dec
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -1,11 +1,11 @@
# Template file for 'rust-sccache'
pkgname=rust-sccache
version=0.8.1
version=0.9.1
revision=1
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"
--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"
makedepends="openssl-devel libzstd-devel"
short_desc="Sccache is a ccache-like tool"
@ -14,14 +14,9 @@ license="Apache-2.0"
homepage="https://crates.io/crates/sccache"
changelog="https://github.com/mozilla/sccache/releases"
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
checksum=764e68aec5452a7d4e718f8b5ad0a15586798bb88a75830c860c057edc320f4e
checksum=6a6ae999f98433b9ee71d30e4bfbcb40062d360d76e8ac0cc3d489e934f02d0b
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;
*) broken="ftbfs in ring" ;;
esac
pre_check() {
# tries to spawn /usr/bin/cargo and fails
rm -f tests/sccache_cargo.rs
}