mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
testing/kopia: skip check on ppc64le
This commit is contained in:
parent
d75acf0ed7
commit
748260f5f5
@ -14,6 +14,11 @@ source="https://github.com/kopia/kopia/archive/v$pkgver/kopia-$pkgver.tar.gz
|
|||||||
skip-docker-tests.patch
|
skip-docker-tests.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# end_to_end_test repeatedly fails
|
||||||
|
case "$CARCH" in
|
||||||
|
ppc64le) options="$options !check" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
|
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
|
||||||
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
|
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
|
||||||
export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
|
export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
|
||||||
|
Loading…
Reference in New Issue
Block a user