Use REPO_NONSTOP in ci.mk

This commit is contained in:
Jeremy Soller 2024-01-28 16:17:07 +00:00
parent 5b1dc1e8bc
commit c959953e0a

View file

@ -26,7 +26,7 @@ ci-pkg: prefix FORCE
PACKAGES="$$($(INSTALLER) --list-packages -c config/$(ARCH)/ci.toml)" && \ PACKAGES="$$($(INSTALLER) --list-packages -c config/$(ARCH)/ci.toml)" && \
cd cookbook && \ cd cookbook && \
./fetch.sh "$${PACKAGES}" && \ ./fetch.sh "$${PACKAGES}" && \
./repo.sh "$${PACKAGES}" ./repo.sh $(REPO_NONSTOP) "$${PACKAGES}"
# CI toolchain # CI toolchain
ci-toolchain: FORCE ci-toolchain: FORCE