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.
This commit is contained in:
David Runge
2022-07-23 01:53:23 +02:00
parent ad8698e96c
commit 9f8c58f340

View File

@@ -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