mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-01 22:50:54 +00:00
build: declare install-prebuilt-artifacts as .PHONY
Leftover from #12954's rebase: the substantive sed-hack -> DEPS= change landed on main, but the .PHONY declaration didn't make it. Add it so the recipe always runs even if a stale `kata-artifacts` file exists in CWD. Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com> Assisted-By: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
Fabiano Fidêncio
parent
d75a91ee09
commit
6a367ab777
@@ -247,6 +247,7 @@ nydus-snapshotter-for-coco-guest-pull-tarball:
|
||||
merge-builds:
|
||||
$(MK_DIR)/kata-deploy-merge-builds.sh build "$(MK_DIR)/../../../../versions.yaml"
|
||||
|
||||
.PHONY: install-prebuilt-artifacts
|
||||
install-prebuilt-artifacts:
|
||||
mv kata-artifacts $(MK_DIR)/build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user