mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-17 13:04:23 +00:00
The `generate_vendor.sh` script already knows how to create a tarball with all the rust and go vendored code within the repo. It is used by the release workflow to provide vendored code to downstream consummers that might need it. There isn't any vendored code in the repo anymore. It thus doesn't seem quite useful to run `make vendor` in CI. Stop doing it. Signed-off-by: Greg Kurz <groug@kaod.org>