mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/argocd: disable PIE on s390x & riscv64
This commit is contained in:
parent
d67a781477
commit
198c8c8ad9
@ -13,6 +13,11 @@ source="argo-cd-$pkgver.tar.gz::https://github.com/argoproj/argo-cd/archive/v$pk
|
||||
builddir="$srcdir/argo-cd-$pkgver"
|
||||
|
||||
build() {
|
||||
# FIXME: "_cgo_pthread_key_created missing" failure at runtime
|
||||
case "$CARCH" in
|
||||
s390x|riscv64) export GOFLAGS="${GOFLAGS//-buildmode=pie/}" ;;
|
||||
esac
|
||||
|
||||
make CGO_FLAG=1 LDFLAGS="" cli-local
|
||||
|
||||
dist/argocd completion bash > argocd.bash
|
||||
|
Loading…
Reference in New Issue
Block a user