ci-toolchain should depend on container tag

This commit is contained in:
Jeremy Soller 2025-05-06 20:00:34 -06:00
parent 67e0be038f
commit a162e93e79
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -38,7 +38,7 @@ else
endif
# CI toolchain
ci-toolchain: FORCE
ci-toolchain: $(CONTAINER_TAG) FORCE
ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) $(MAKE) $@
else