diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-20 18:10:26 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-07-20 18:10:26 +0200 |
commit | 7e49245fddcd16de615814781a3e52038ca219d9 (patch) | |
tree | 07e2fe3059f9a7b79abeee3fcde2cc387eda2077 /apks/prometheus-postgres-exporter/disable-go-race-detector.patch | |
parent | 9e9b54b503cea89b9c776c6eb65deef16682c1d2 (diff) | |
download | apkbuilds-7e49245fddcd16de615814781a3e52038ca219d9.tar.gz apkbuilds-7e49245fddcd16de615814781a3e52038ca219d9.tar.bz2 apkbuilds-7e49245fddcd16de615814781a3e52038ca219d9.zip |
chore: Remove added package
Some package were added to the 3.18 and no longer need to be here.
Diffstat (limited to 'apks/prometheus-postgres-exporter/disable-go-race-detector.patch')
-rw-r--r-- | apks/prometheus-postgres-exporter/disable-go-race-detector.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/apks/prometheus-postgres-exporter/disable-go-race-detector.patch b/apks/prometheus-postgres-exporter/disable-go-race-detector.patch deleted file mode 100644 index 9ba76a3..0000000 --- a/apks/prometheus-postgres-exporter/disable-go-race-detector.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/Makefile.common -+++ b/Makefile.common -@@ -111,13 +111,6 @@ - PUBLISH_DOCKER_ARCHS = $(addprefix common-docker-publish-,$(DOCKER_ARCHS)) - TAG_DOCKER_ARCHS = $(addprefix common-docker-tag-latest-,$(DOCKER_ARCHS)) - --ifeq ($(GOHOSTARCH),amd64) -- ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux freebsd darwin windows)) -- # Only supported on amd64 -- test-flags := -race -- endif --endif -- - # This rule is used to forward a target like "build" to "common-build". This - # allows a new "build" target to be defined in a Makefile which includes this - # one and override "common-build" without override warnings. |