main/gc: Enable checks for ppc64le

In commit
aab90908cc, checks
for ppc64le were disabled. In the current version
of gc in the APKBUILD file (8.2.6) the package
builds with checks enabled, with all tests
passing. The same holds true when building gc from
source.

Signed-off-by: D Singh <dsingh-devel@tutanota.com>
This commit is contained in:
D Singh 2024-06-18 14:55:55 +00:00 committed by Natanael Copa
parent 93cf5a9656
commit 02126866c3

View file

@ -10,13 +10,6 @@ makedepends="linux-headers"
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc libgc++:libgccpp"
source="https://github.com/ivmai/bdwgc/releases/download/v$pkgver/gc-$pkgver.tar.gz"
case "$CARCH" in
ppc64le)
# FIXME
options="!check"
;;
esac
build() {
./configure \
--build=$CBUILD \