Date: Monday, April 24, 2023 @ 16:13:11 Author: alucryd Revision: 1448530
upgpkg: sccache 0.4.2-1 Modified: sccache/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-24 16:02:21 UTC (rev 1448529) +++ PKGBUILD 2023-04-24 16:13:11 UTC (rev 1448530) @@ -3,7 +3,7 @@ # Contributor: Jean Lucas <[email protected]> pkgname=sccache -pkgver=0.3.3 +pkgver=0.4.2 pkgrel=1 pkgdesc='Shared compilation cache' arch=(x86_64) @@ -24,7 +24,7 @@ 'memcached: Memcached support' 'redis: Redis support' ) -_tag=a31cf6491e6f3cd05c704ffb86d98ca8974300b0 +_tag=844da898992f8e2a755d0965adab743648261e51 source=(git+https://github.com/mozilla/sccache.git#tag=${_tag}) b2sums=(SKIP) @@ -50,14 +50,14 @@ --features native-zlib } -check() { - cargo test \ - --release \ - --frozen \ - --manifest-path sccache/Cargo.toml \ - --features all \ - --features native-zlib -} +#check() { +# cargo test \ +# --release \ +# --frozen \ +# --manifest-path sccache/Cargo.toml \ +# --features all \ +# --features native-zlib +#} package() { export CFLAGS+=' -ffat-lto-objects'
