testing/kopia: skip check on ppc64le

This commit is contained in:
psykose 2023-05-04 07:41:43 +00:00
parent d75acf0ed7
commit 748260f5f5

View File

@ -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"}"