go tags: +big

This commit is contained in:
2025-05-08 10:36:06 +00:00
parent 1a67311469
commit f86b714c1e

View File

@@ -59,7 +59,7 @@
home-manager.users.${config.mj.username} = { home-manager.users.${config.mj.username} = {
home.sessionVariables = { home.sessionVariables = {
GOFLAGS = "-tags=integration,cluster_integration"; GOFLAGS = "-tags=big,integration,cluster_integration";
GOPRIVATE = "github.com/chronosphereio"; GOPRIVATE = "github.com/chronosphereio";
BUILDKIT_COLORS = "run=123,20,245:error=yellow:cancel=blue:warning=white"; BUILDKIT_COLORS = "run=123,20,245:error=yellow:cancel=blue:warning=white";
}; };