~roshless/public-inbox

PKGBUILDs: Disable LTO v1 APPLIED

Thorben Günther: 1
 Disable LTO

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.roshless.me/~roshless/public-inbox/patches/55/mbox | git am -3
Learn more about email & git

[PATCH PKGBUILDs] Disable LTO Export this patch

---
This does not build otherwise in a chroot with aurutils.

 pushgateway/PKGBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pushgateway/PKGBUILD b/pushgateway/PKGBUILD
index f09b3c9..ee17922 100644
--- a/pushgateway/PKGBUILD
+++ b/pushgateway/PKGBUILD
@@ -3,13 +3,14 @@

pkgname=pushgateway
pkgver=1.6.2
pkgrel=1
pkgrel=2
pkgdesc="Prometheus push acceptor for ephemeral and batch jobs."
arch=('x86_64')
url="https://github.com/prometheus/pushgateway"
license=('Apache')
depends=('glibc')
makedepends=('go' 'git')
options=('!lto')
source=("https://github.com/prometheus/pushgateway/archive/v${pkgver}.tar.gz"
	"pushgateway.service")


base-commit: bf01998025e3dc6e37372d51679b4fec2da909a5
--
2.43.0
Thanks!
I guess it compiled fine in my CI because I install all dependencies into the
system.

To git.roshless.me:pkgs/PKGBUILDs.git
   bf01998..8baee2f  master -> master