~roshless/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH PKGBUILDs] Disable LTO

Thorben Günther <admin@xenrox.net>
Details
Message ID
<20231209024525.497205-1-admin@xenrox.net>
DKIM signature
pass
Download raw message
Patch: +2 -1
---
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
Details
Message ID
<CXJQX0YAQCDV.1EAN4ASKSAI4L@roshless.com>
In-Reply-To
<20231209024525.497205-1-admin@xenrox.net> (view parent)
DKIM signature
missing
Download raw message
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
Reply to thread Export thread (mbox)