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/envconsul/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testing/envconsul') diff --git a/testing/envconsul/APKBUILD b/testing/envconsul/APKBUILD index d0942ea436..678f9b0777 100644 --- a/testing/envconsul/APKBUILD +++ b/testing/envconsul/APKBUILD @@ -2,14 +2,13 @@ # Maintainer: Francesco Colista pkgname=envconsul pkgver=0.7.2 -pkgrel=0 +pkgrel=1 pkgdesc="Read and set environmental variables for processes from Consul." 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