Disable appstream generation for CI until fixed inside podman

This commit is contained in:
Jeremy Soller 2025-04-21 14:58:30 -06:00
parent fd817c2269
commit dd484d3767
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -42,7 +42,7 @@ else
PACKAGES="$$($(INSTALLER) --list-packages -c config/$(ARCH)/ci.toml)" && \
cd cookbook && \
./fetch.sh "$${PACKAGES}" && \
./repo.sh --appstream $(REPO_NONSTOP) "$${PACKAGES}"
./repo.sh $(REPO_NONSTOP) "$${PACKAGES}"
endif
# CI toolchain