Makefile: Change build-go to only build the binaries, and deprecate build-go-fast (#111986)
This commit is contained in:
@@ -26,7 +26,7 @@ echo starting server
|
||||
# see https://github.com/air-verse/air/issues/525
|
||||
# if this gets resolved, we could remove the go build and rely on the binary being present as before
|
||||
if [[ ! -f ./bin/"$ARCH"grafana ]]; then
|
||||
make GO_BUILD_DEV=1 build-go-fast
|
||||
make GO_BUILD_DEV=1 build-go
|
||||
fi
|
||||
|
||||
cp -r ./bin $RUNDIR
|
||||
|
||||
Reference in New Issue
Block a user