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:
parent
ad8698e96c
commit
9f8c58f340
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user