sccache: 0.7.7 -> 0.8.0

This commit is contained in:
Tim Biermann 2024-04-21 20:08:42 +02:00
parent ba7660f88a
commit e05e66721d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+T/vU6dqlPrNP0v4cIttive+BHrH8W9g78te/CkmGGeMYy3H95gYPRzD/1SlF4IwkviGUH+wiJZTCSjpFzEewM=
SHA256 (Pkgfile) = 783458086026c50d119682b14e17d7ae9ab259b120a029b0e82d94544ce91860
RWSagIOpLGJF3xgus1tgsVur+I9/PJWDQgJgXIBulhos/+kQmlPJZ72f1S9QuqK8VEbTF4hOc+CXJaV+jXwGACH0uO4vyl8QxAQ=
SHA256 (Pkgfile) = 66d4b423d450667dd95f4dd33b2f5464142739bcd66d847aae649f07b6dde13d
SHA256 (.footprint) = faf777b374273121eaa06a3f627d66169ce6db1948d7cd60994b641e88e88f09
SHA256 (sccache-v0.7.7.tar.gz) = a5f5dacbc8232d566239fa023ce5fbc803ad56af2910fa1558b6e08e68e067e0
SHA256 (sccache-v0.8.0.tar.gz) = e78c7a65982e2ab1dc2e5580e548bb1bf6f47a0f20e58dcba8856fc97640f2d2

View File

@ -4,7 +4,7 @@
# Depends on: rust
name=sccache
version=0.7.7
version=0.8.0
release=1
source=(https://github.com/mozilla/sccache/archive/v$version/$name-v$version.tar.gz)
@ -16,9 +16,9 @@ build() {
export CFLAGS+=' -ffat-lto-objects'
export LDFLAGS+=' -lzstd'
if [ $(uname -m) == "x86_64" ]; then
PKGMK_SCCACHE+=',dist-server'
fi
#if [ $(uname -m) == "x86_64" ]; then
# PKGMK_SCCACHE+=',dist-server'
#fi
cargo build --manifest-path $name-$version/Cargo.toml --release \
--features native-zlib,all$PKGMK_SCCACHE