Commit a0a65d99ac67

Vincent Demeester <vincent@sbr.pm>
2021-12-02 17:03:50
users/vincent: add GOMAXPROCS to tekton shell…
… idea is to try to make go compile less resource hungry. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 80f8720
Changed files (1)
users
vincent
users/vincent/dev/src/tektoncd.shell.nix
@@ -19,6 +19,7 @@ pkgs.mkShell {
     export GOMODULE=on
     export GOFLAGS="-mod=vendor"
     export GOROOT=${go}/share/go
+    export GOMAXPROCS=8
     export KUSTOMIZE_BIN=${pkgs.kustomize}/bin/kustomize
     export KO_BIN=${my.ko}/bin/ko
   '';