diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-10-15 11:14:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-10-15 11:14:54 +0000 |
commit | 481c54ec6dcdb82391f1ffacd8b9fde15a8c3aee (patch) | |
tree | e624b80a0ff83d97829d3d361d527db594ee2dee | |
parent | 154637df33834a57c426e99ac2c31827c12f86b7 (diff) | |
download | aports-481c54ec6dcdb82391f1ffacd8b9fde15a8c3aee.zip |
testing/thunderbird: disable on ppc64le due to build failure
-rw-r--r-- | testing/thunderbird/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/thunderbird/APKBUILD b/testing/thunderbird/APKBUILD index c32fcb03333..4149693bd44 100644 --- a/testing/thunderbird/APKBUILD +++ b/testing/thunderbird/APKBUILD @@ -8,7 +8,7 @@ url="https://www.thunderbird.net/" # Limited on: # s390x, mips, mips64: limited by rust and cargo # armhf: build failure on armhf due to wasm -arch="all !s390x !armhf !mips !mips64" +arch="all !s390x !armhf !mips !mips64 !ppc64le" license="GPL-3.0-or-later AND LGPL-2.1-or-later AND MPL-2.0" options="!check" depends=" |