mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
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`. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |