From 468990bcc2275162cdecac6711e274a7834454ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sat, 22 Sep 2018 21:17:45 +0200 Subject: enable stripping of go binaries Stripping go binaries used to be an issue but nowadays it should work as expected. > We don't intentionally do anything that would make stripping a binary > not OK, and strip has worked for the past five years or so. https://groups.google.com/forum/?_escaped_fragment_=topic/golang-dev/ABppMOjYP6w#!topic/golang-dev/ABppMOjYP6w --- testing/consul-replicate/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testing/consul-replicate') diff --git a/testing/consul-replicate/APKBUILD b/testing/consul-replicate/APKBUILD index 414dd40cf3..ca15410724 100644 --- a/testing/consul-replicate/APKBUILD +++ b/testing/consul-replicate/APKBUILD @@ -2,14 +2,13 @@ # Maintainer: Francesco Colista pkgname=consul-replicate pkgver=0.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="Consul cross-DC KV replication daemon" url="https://www.consul.io/" arch="all" license="MPL-2.0" depends="" makedepends="go" -options="!strip" source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" -- cgit v1.2.3