Commit 06ea9300 authored by Seblu's avatar Seblu
Browse files

Fix installation of package dependencies in CI

parent ebc4567b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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