Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:bmwiedemann:reproducible:distribution:ring1
golang-github-prometheus-prometheus
0001-Do-not-force-the-pure-Go-name-resolver.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Do-not-force-the-pure-Go-name-resolver.patch of Package golang-github-prometheus-prometheus
From e9458dc825ca19e306b1ded6433c5d25a1237c71 Mon Sep 17 00:00:00 2001 From: Jan Fajerski <jfajerski@suse.com> Date: Fri, 8 Feb 2019 09:17:06 +0100 Subject: [PATCH] Do not force the pure Go name resolver Revert to Go's default mechanism that will decide between the `netgo` pure-Go implementation and the `netcgo` cgo-based implementation depending on OS and environment variables. This allows, among other things, to use Prometheus to scrape mDNS targets. Signed-off-by: Jan Fajerski <jfajerski@suse.com> Signed-off-by: Johannes Kastl <git@johannes-kastl.de> --- .promu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.promu.yml b/.promu.yml index e5e01181c..5fbce7825 100644 --- a/.promu.yml +++ b/.promu.yml @@ -12,12 +12,12 @@ build: path: ./cmd/promtool tags: all: - - netgo - builtinassets - stringlabels windows: - builtinassets - stringlabels + flags: -mod=vendor -a ldflags: | -X github.com/prometheus/common/version.Version={{.Version}} -X github.com/prometheus/common/version.Revision={{.Revision}} -- 2.43.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor