mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
Update to 1.19.0, to keep up with recent releases of cri-tools. Note that we should not simply update to 1.20.0, because its crictl binary file is 30M, so bigger than the usual size. On the other hand, crictl 1.19.0 is only 21M. To optimize the binary size of crictl, make use of the existing helpers provided by `coreos-go.eclass`. Add "-X $(PROJECT)/pkg/version.Version=$(VERSION)" to GO_LDFLAGS, as the original cri-tools Makefile does. Note, we cannot run the native command like `emake crictl`, because the cri-tools Makefile does not allow custom env variables like BUILDTAGS or GO_LDFLAGS to be configured. Add `arm64` to ACCEPTED_KEYWORDS. Remove unnecessary files from installation, as well as the bash completion eclass. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |