mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
agent-ctl: Add make vendor
This has a similar intent as the go code, but not totally equal. For the go code we want to ensure that the vendored code is up-to-date, while here we want to ensure that `cargo vendor` actually works. We happened to release a few tarballs where `cargo vendor` didn't work and it causes some pain for downstream maintainers. Related: #2159 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
5e69b498ed
commit
f9643d83fb
@ -11,6 +11,9 @@ build:
|
||||
clean:
|
||||
cargo clean
|
||||
|
||||
vendor:
|
||||
cargo vendor
|
||||
|
||||
test:
|
||||
|
||||
install:
|
||||
@ -22,4 +25,5 @@ check:
|
||||
test \
|
||||
check \
|
||||
install \
|
||||
clean
|
||||
clean \
|
||||
vendor
|
||||
|
Loading…
Reference in New Issue
Block a user