mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 14:17:12 +02:00
[DO NOT MERGE] Try out experimental Go garbage-collector
Ref: https://github.com/golang/go/issues/73581 Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
parent
cd7bfb81c2
commit
b4562e5e2d
@ -206,7 +206,7 @@ common-unused:
|
||||
.PHONY: common-build
|
||||
common-build: promu
|
||||
@echo ">> building binaries"
|
||||
$(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
|
||||
GOEXPERIMENT=greenteagc $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
|
||||
|
||||
.PHONY: common-tarball
|
||||
common-tarball: promu
|
||||
|
Loading…
Reference in New Issue
Block a user