From 6db0b80744953924d8d71e43c946ba7fc1806763 Mon Sep 17 00:00:00 2001 From: Adam Schubert Date: Sat, 24 Aug 2024 00:35:29 +0200 Subject: [PATCH] chore(CI): Arch build requires base-devel --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dad0625..7e04cf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ package:debian: package:archlinux: stage: package script: - - pacman -Syu sudo fakeroot systemd binutils python-setuptools --noconfirm + - pacman -Syu sudo fakeroot systemd binutils python-setuptools base-devel --noconfirm - useradd -m -G users -s /bin/bash package - chown -R package:users archlinux - cd archlinux