From e6402ab57d3c2089274c7b7cf36f9e57586123f8 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Thu, 25 Jun 2026 14:24:04 +0200 Subject: [PATCH] fix: switch CI to Artix container, drop custom calamares build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change CI container from archlinux:latest to artixlinux/artixlinux:base-openrc so calamares and yad are available from Artix world repo directly - Remove calamares from packages.yaml — no need to build it, Artix provides it - Revert calamares PKGBUILD: put services-openrc back in skip list (unused) - Packages now built by CI: wallpapers, yay, downgrade, keyring, mirrorlist, desktop-settings, branding, memes, welcome, hal, grub-theme, live --- .github/workflows/build.yml | 2 +- packages.yaml | 1 - packages/calamares/PKGBUILD | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af56d40..cde3869 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: archlinux:latest + image: artixlinux/artixlinux:base-openrc steps: - uses: actions/checkout@v4 diff --git a/packages.yaml b/packages.yaml index 54901c1..ad68f90 100644 --- a/packages.yaml +++ b/packages.yaml @@ -1,5 +1,4 @@ packages: - - calamares - antergos-wallpapers - yay - downgrade diff --git a/packages/calamares/PKGBUILD b/packages/calamares/PKGBUILD index c15c23d..e957b2a 100644 --- a/packages/calamares/PKGBUILD +++ b/packages/calamares/PKGBUILD @@ -41,6 +41,7 @@ build() { initramfscfg interactiveterminal packagechooser + services-openrc ) local _pkgsrc_dir="$srcdir/$_pkgname-$pkgver"