GOFLAGS += integration

This commit is contained in:
Motiejus Jakštys 2024-07-05 13:22:41 +03:00
parent 8209408de0
commit 914888a5ba
1 changed files with 1 additions and 1 deletions

View File

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