Merge pull request #74811 from marsam/buildGoModule-disable-goproxy-on-package-build
buildGoModule: disable consult the checksum database on build
This commit is contained in:
commit
21c657cd59
@ -98,6 +98,7 @@ let
|
|||||||
|
|
||||||
export GOCACHE=$TMPDIR/go-cache
|
export GOCACHE=$TMPDIR/go-cache
|
||||||
export GOPATH="$TMPDIR/go"
|
export GOPATH="$TMPDIR/go"
|
||||||
|
export GOSUMDB=off
|
||||||
export GOPROXY=file://${go-modules}
|
export GOPROXY=file://${go-modules}
|
||||||
|
|
||||||
runHook postConfigure
|
runHook postConfigure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user