mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
Revert "testing/argocd: disable PIE on s390x & riscv64"
This reverts commit 198c8c8ad9
.
This commit is contained in:
parent
05d8e1088c
commit
199c90a1a1
@ -1,7 +1,7 @@
|
||||
# Maintainer: Thiago Perrotta <tbperrotta@gmail.com>
|
||||
pkgname=argocd
|
||||
pkgver=3.0.11
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Declarative continuous deployment for Kubernetes"
|
||||
url="https://argo-cd.readthedocs.io/"
|
||||
arch="all !armhf !armv7 !x86"
|
||||
@ -13,11 +13,6 @@ 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