1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00

testing/aws-sdk-cpp: disable on ppc64le

This commit is contained in:
psykose 2023-02-21 12:15:20 +01:00
parent 6e5399f971
commit cce221c05b

View file

@ -5,7 +5,9 @@ pkgver=1.11.20
pkgrel=0
pkgdesc="Amazon Web Services SDK for C++"
url="https://github.com/aws/aws-sdk-cpp"
arch="all !s390x" # s390x: aws-c-common
# s390x: aws-c-common
# ppc64le: aws-crt-cpp
arch="all !ppc64le !s390x"
license="Apache-2.0"
makedepends="
aws-c-common-dev