mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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
|
||||
"
|
||||
|
||||
# end_to_end_test repeatedly fails
|
||||
case "$CARCH" in
|
||||
ppc64le) options="$options !check" ;;
|
||||
esac
|
||||
|
||||
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
|
||||
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
|
||||
export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
|
||||
|
Loading…
Reference in New Issue
Block a user