fix: include services-openrc in calamares build, add back to CI

- Remove services-openrc from skip list so the module is compiled in
  (needed by settings.conf which calls services-openrc for OpenRC systems)
- Add calamares back to packages.yaml: needed as dependency of
  calamares-branding-antergos-next, and not available in official Arch repos
  (CI uses archlinux:latest container)
This commit is contained in:
2026-06-25 14:19:25 +02:00
parent 5f81605eb2
commit 80998e49d2
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
packages: packages:
- calamares
- antergos-wallpapers - antergos-wallpapers
- yay - yay
- downgrade - downgrade
-1
View File
@@ -41,7 +41,6 @@ build() {
initramfscfg initramfscfg
interactiveterminal interactiveterminal
packagechooser packagechooser
services-openrc
) )
local _pkgsrc_dir="$srcdir/$_pkgname-$pkgver" local _pkgsrc_dir="$srcdir/$_pkgname-$pkgver"