Try out different package
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Alexander Schäferdiek 2022-07-11 20:54:11 +02:00
parent c6a3f8ed1f
commit 4b1c4ed1e7

View file

@ -7,13 +7,9 @@ steps:
commands: commands:
- find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \; - find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \;
- name: build arch package - name: build arch package
image: archlinux/archlinux:base-devel image: whynothugo/makepkg
environment:
SYNC_DATABASE: 1
commands: commands:
- pacman -Syu - cd _pkg
- mkdir /home/build - makepkg -cs
- cp -r /drone/src/_pkg /home/build
- chgrp nobody /home/build
- chmod g+ws /home/build
- setfacl -m u::rwx,g::rwx /home/build
- setfacl -d --set u::rwx,g::rwx,o::- /home/build
- sudo -u nobody makepkg -cs