mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(build): updated build.go setup
This commit is contained in:
parent
d8df421b43
commit
8c05a125dc
4
build.go
4
build.go
@ -334,9 +334,7 @@ func gruntBuildArg(task string) []string {
|
|||||||
|
|
||||||
func setup() {
|
func setup() {
|
||||||
runPrint("go", "get", "-v", "github.com/kardianos/govendor")
|
runPrint("go", "get", "-v", "github.com/kardianos/govendor")
|
||||||
runPrint("go", "get", "-v", "github.com/blang/semver")
|
runPrint("go", "install", "-v", "./pkg/cmd/grafana-server")
|
||||||
runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3")
|
|
||||||
runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func test(pkg string) {
|
func test(pkg string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user