mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
app-emulation/amazon-ssm-agent: set env GO111MODULE to "off"
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
This commit is contained in:
parent
2a08005843
commit
44f43b4f7f
@ -32,6 +32,7 @@ src_compile() {
|
||||
# but without network activity during build phase
|
||||
local GO_LDFLAGS="-s -w -extldflags=-Wl,-z,now,-z,relro,-z,defs"
|
||||
export GOPATH="${WORKDIR}/${PN}-${PV}"
|
||||
export GO111MODULE="off"
|
||||
# set agent release version
|
||||
BRAZIL_PACKAGE_VERSION=${PV} go run ./agent/version/versiongenerator/version-gen.go
|
||||
# build all the tools
|
||||
|
Loading…
Reference in New Issue
Block a user