Skip to content
Snippets Groups Projects
Commit 06ea9300 authored by Seblu's avatar Seblu
Browse files

Fix installation of package dependencies in CI

parent ebc4567b
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,10 @@ makepkg:
- pacman --sync --refresh --sysupgrade --noconfirm
- pacman --sync --noconfirm base-devel devtools
- useradd --home-dir /root --groups root,wheel --shell /bin/bash build
- "echo 'build ALL = NOPASSWD: /usr/bin/pacman' > /etc/sudoers.d/build"
script:
- ulimit -c 0
- sudo -u build -- makepkg --syncdeps
- sudo -u build -- makepkg --syncdeps --noconfirm
artifacts:
name: $CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA
expire_in: 1 week
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment