Skip to content

Commit

Permalink
Disable go build vsc stamping
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvigee committed Apr 23, 2024
1 parent 8e6cb86 commit 1a16d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions backend/go/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,8 @@ def go_mod(
name = "_go_mod_gen",
run = "godeps mod $SRC_CFG",
out = "/**/BUILD",
deps = {
"cfg": godeps_cfg,
},
runtime_deps = {
"deps": godeps_deps,
},
deps = {"cfg": godeps_cfg},
runtime_deps = {"deps": godeps_deps},
hash_deps = [imports, gomodsum],
tools = godeps,
env = {
Expand Down
2 changes: 1 addition & 1 deletion backend/go/go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export GOPATH=${GOPATH:-$GO_OUTDIR/gopath}
export GOCACHE=${GOCACHE:-$GO_OUTDIR/gocache}
export GOROOT=$GO_OUTDIR/go
export GOFLAGS=-modcacherw
export GOFLAGS="-modcacherw -buildvcs=false"
export CGO_ENABLED=${CGO_ENABLED:-0}

set -u
Expand Down

0 comments on commit 1a16d93

Please sign in to comment.