mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Make the make build
depends on npm_licenses
task (#7843)
Signed-off-by: Luke Chen <showuon@gmail.com>
This commit is contained in:
parent
344b272b3e
commit
6555cc68ca
|
@ -18,6 +18,8 @@ build:
|
||||||
-X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
|
-X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
|
||||||
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
|
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
|
||||||
tarball:
|
tarball:
|
||||||
|
# Whenever there are new files to include in the tarball,
|
||||||
|
# remember to make sure the new files will be generated after `make build`.
|
||||||
files:
|
files:
|
||||||
- consoles
|
- consoles
|
||||||
- console_libraries
|
- console_libraries
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -101,7 +101,7 @@ plugins/plugins.go: plugins.yml plugins/generate.go
|
||||||
plugins: plugins/plugins.go
|
plugins: plugins/plugins.go
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: assets assets-compress common-build plugins
|
build: assets npm_licenses assets-compress common-build plugins
|
||||||
|
|
||||||
.PHONY: bench_tsdb
|
.PHONY: bench_tsdb
|
||||||
bench_tsdb: $(PROMU)
|
bench_tsdb: $(PROMU)
|
||||||
|
|
Loading…
Reference in a new issue