Use REPO_NONSTOP in ci.mk
This commit is contained in:
parent
5b1dc1e8bc
commit
c959953e0a
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)" && \
|
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
|
||||||
|
|
Loading…
Reference in a new issue