mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-15 18:27:44 +00:00
kata-ctl: Ensure GENERATED_CODE is a dep of make check
Otherwise `make check` would fail with: ``` Error writing files: failed to resolve mod `version`: /home/runner/work/kata-containers/kata-containers/src/tools/kata-ctl/src/ops/version.rs does not exist make: *** [../../../utils.mk:176: standard_rust_check] Error 1 ``` Fixes: #7974 -- part 0 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
e125775863
commit
ea19549a99
@ -58,7 +58,7 @@ test:
|
||||
install:
|
||||
@RUSTFLAGS="$(EXTRA_RUSTFLAGS) --deny warnings" cargo install --locked --target $(TRIPLE) --path . --root $(INSTALL_PATH)
|
||||
|
||||
check: standard_rust_check
|
||||
check: $(GENERATED_CODE) standard_rust_check
|
||||
|
||||
.PHONY: \
|
||||
build \
|
||||
|
Loading…
Reference in New Issue
Block a user