Unverified Commit ddd2ac13 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #188130 from squalus/grafana

parents 41ddf8c5 78b312a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,8 +28,8 @@ buildGoModule rec {
    wire gen -tags oss ./pkg/server
    wire gen -tags oss ./pkg/cmd/grafana-cli/runner

    go generate ./pkg/framework/coremodel
    go generate ./public/app/plugins
    GOARCH= CGO_ENABLED=0 go generate ./pkg/framework/coremodel
    GOARCH= CGO_ENABLED=0 go generate ./public/app/plugins

    # The testcase makes an API call against grafana.com:
    #