arch: Build as non-root.

This commit is contained in:
June Tate-Gans 2024-03-28 17:59:25 -05:00
parent facc0b9cbe
commit 41a7da1a46

View File

@ -49,5 +49,6 @@ steps:
commands: commands:
- pacman -Sy --noconfirm - pacman -Sy --noconfirm
- pacman -S --noconfirm base-devel python meson lsb-release - pacman -S --noconfirm base-devel python meson lsb-release
- make - chown -R nobody:nobody .
- sudo -u nobody make