mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Generate appstream data when building repo via CI
This commit is contained in:
parent
4fc0416e84
commit
d79cc14f6a
2
cookbook
2
cookbook
@ -1 +1 @@
|
||||
Subproject commit 9a3cebcfde8cc5bc2033bb36db53dc77c773a5b2
|
||||
Subproject commit e1f1a57adedb7a2c105d310918c4c6f117828de5
|
||||
2
mk/ci.mk
2
mk/ci.mk
@ -28,7 +28,7 @@ ci-pkg: prefix FORCE
|
||||
PACKAGES="$$($(INSTALLER) --list-packages -c config/$(ARCH)/ci.toml)" && \
|
||||
cd cookbook && \
|
||||
./fetch.sh "$${PACKAGES}" && \
|
||||
./repo.sh $(REPO_NONSTOP) "$${PACKAGES}"
|
||||
./repo.sh --appstream $(REPO_NONSTOP) "$${PACKAGES}"
|
||||
|
||||
# CI toolchain
|
||||
ci-toolchain: FORCE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user