mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
Restored steps to build setup phase, installing sqlite3, speeds up builds so much in dev
This commit is contained in:
parent
2c28f8cdca
commit
5f22e7da1f
4
build.go
4
build.go
@ -220,8 +220,8 @@ func grunt(params ...string) {
|
||||
|
||||
func setup() {
|
||||
runPrint("go", "get", "-v", "github.com/tools/godep")
|
||||
// runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3")
|
||||
// runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
|
||||
runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3")
|
||||
runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
|
||||
}
|
||||
|
||||
func test(pkg string) {
|
||||
|
Loading…
Reference in New Issue
Block a user