flatcar-scripts/sdk_container
Dongsu Park e63de2ea31 app-emulation/containerd: set GOFLAGS to -mod=vendor
Since containerd 1.5 started to turn on Go module, we need to pass
`-mod=vendor` to the go build command.
Otherwise, go build will fail because it would try to fetch missing
go deps from remote repos. It would not work inside of sandbox.

We cannot set `COREOS_GO_MOD=vendor` because containerd ebuild calls
`emake` instead of `go_build`.
2021-05-20 15:56:39 +02:00
..
src/third_party/coreos-overlay app-emulation/containerd: set GOFLAGS to -mod=vendor 2021-05-20 15:56:39 +02:00