From 9f8c58f340b86fb3757b7b22734d30e247de40ca Mon Sep 17 00:00:00 2001 From: David Runge <dvzrv@archlinux.org> Date: Sat, 23 Jul 2022 01:53:23 +0200 Subject: [PATCH] Add pkgconf and systemd before building/ installing .gitlab-ci.yml: Add pkgconf and systemd to the list of packages, that are installed before executing the build and install targets. They are required to retrieve the correct path for systemd's system units. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a30f2902..d2decd7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ build_install: stage: test needs: [] before_script: - - pacman -Syu --needed --noconfirm make python sequoia-sq + - pacman -Syu --needed --noconfirm make pkgconf python sequoia-sq systemd script: - make - make install PREFIX=/usr -- GitLab