mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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"
|
builddir="$srcdir/argo-cd-$pkgver"
|
||||||
|
|
||||||
build() {
|
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
|
make CGO_FLAG=1 LDFLAGS="" cli-local
|
||||||
|
|
||||||
dist/argocd completion bash > argocd.bash
|
dist/argocd completion bash > argocd.bash
|
||||||
|
Loading…
Reference in New Issue
Block a user