diff --git a/www-apps/grafana/grafana-12.2.1.ebuild b/www-apps/grafana/grafana-12.2.1.ebuild index a0df678..5a7d535 100644 --- a/www-apps/grafana/grafana-12.2.1.ebuild +++ b/www-apps/grafana/grafana-12.2.1.ebuild @@ -80,7 +80,7 @@ src_compile() { einfo "Wiring everything up.." wire gen -tags oss ./pkg/server ./pkg/cmd/grafana-cli/runner || die "wiring failed" einfo "Building binaries using go.." - go run -mod=vendor build.go build || die "compile failed" + go run build.go build || die "compile failed" einfo "Building frontend using webpack.." # beware, we need at least 8G RAM (@32T) export NODE_OPTIONS="--max-old-space-size=8192"