mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-25 12:42:47 -08:00
Makefile.common: use v0.4.0 of promu (#5559)
* Makefile.common: use v0.4.0 of promu Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove installation of github-release Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
36dbf042e3
commit
20eb23e0ca
|
@ -80,9 +80,6 @@ jobs:
|
||||||
- setup_remote_docker:
|
- setup_remote_docker:
|
||||||
version: 18.06.0-ce
|
version: 18.06.0-ce
|
||||||
- run: docker run --privileged linuxkit/binfmt:v0.6
|
- run: docker run --privileged linuxkit/binfmt:v0.6
|
||||||
- run: mkdir -v -p ${HOME}/bin
|
|
||||||
- run: curl -L 'https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2' | tar xvjf - --strip-components 3 -C ${HOME}/bin
|
|
||||||
- run: echo 'export PATH=${HOME}/bin:${PATH}' >> ${BASH_ENV}
|
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
- run: make promu
|
- run: make promu
|
||||||
|
|
|
@ -69,7 +69,7 @@ else
|
||||||
GO_BUILD_PLATFORM ?= $(GOHOSTOS)-$(GOHOSTARCH)
|
GO_BUILD_PLATFORM ?= $(GOHOSTOS)-$(GOHOSTARCH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PROMU_VERSION ?= 0.3.0
|
PROMU_VERSION ?= 0.4.0
|
||||||
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
|
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
|
||||||
|
|
||||||
GOLANGCI_LINT :=
|
GOLANGCI_LINT :=
|
||||||
|
|
Loading…
Reference in a new issue