From d5ddc45a5d3ece2d1d801d376f20bb18202d7731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 20 Mar 2024 03:03:21 +0100 Subject: [PATCH] community/github-cli: remove ppc64le workaround --- community/github-cli/APKBUILD | 4 ---- 1 file changed, 4 deletions(-) diff --git a/community/github-cli/APKBUILD b/community/github-cli/APKBUILD index a962053bcb9..6d82e749376 100644 --- a/community/github-cli/APKBUILD +++ b/community/github-cli/APKBUILD @@ -24,10 +24,6 @@ source="https://github.com/cli/cli/archive/v$pkgver/github-cli-$pkgver.tar.gz " builddir="$srcdir/cli-$pkgver" -case $CARCH in - ppc64le) export CGO_ENABLED=0 ;; - *) ;; -esac export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}" export GOTMPDIR="${GOTMPDIR:-"$srcdir"}" export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"