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:
parent
6e5399f971
commit
cce221c05b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue