Skip to content
Snippets Groups Projects
Commit 2f9d392f authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

go 1.14 rebuild

parent 8441663a
No related branches found
Tags 0.14-9
No related merge requests found
......@@ -2,7 +2,7 @@
pkgname=prometheus-blackbox-exporter
pkgver=0.16.0
pkgrel=2
pkgrel=3
pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP"
arch=('x86_64')
url="https://github.com/prometheus/blackbox_exporter"
......@@ -21,6 +21,7 @@ check() {
build() {
cd blackbox_exporter-$pkgver
go build \
-mod=vendor \
-gcflags "all=-trimpath=${PWD}" \
-asmflags "all=-trimpath=${PWD}" \
-ldflags "-extldflags ${LDFLAGS} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment