Use REPO_NONSTOP in ci.mk
This commit is contained in:
parent
5b1dc1e8bc
commit
c959953e0a
1 changed files with 1 additions and 1 deletions
2
mk/ci.mk
2
mk/ci.mk
|
@ -26,7 +26,7 @@ ci-pkg: prefix FORCE
|
|||
PACKAGES="$$($(INSTALLER) --list-packages -c config/$(ARCH)/ci.toml)" && \
|
||||
cd cookbook && \
|
||||
./fetch.sh "$${PACKAGES}" && \
|
||||
./repo.sh "$${PACKAGES}"
|
||||
./repo.sh $(REPO_NONSTOP) "$${PACKAGES}"
|
||||
|
||||
# CI toolchain
|
||||
ci-toolchain: FORCE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue