Skip to content
Snippets Groups Projects
Commit 81b1969f authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

[archlinux-makepkg] init

parent 337b2765
No related branches found
No related tags found
No related merge requests found
Pipeline #42390 failed
......@@ -43,3 +43,6 @@ deploy:alt-builder:
 
deploy:templight:
<<: *push-only-job
deploy:archlinux-makepkg:
<<: *push-only-job
FROM archlinux/base
RUN pacman -Sy --needed --noconfirm sudo && \
useradd builder -m && \
passwd -d builder && \
printf 'builder ALL=(ALL) ALL\n' | tee -a /etc/sudoers
Usage
=====
- `sudo -u builder -- makepkg --syncdeps --noconfirm`
- optionally set `PKGDEST` variable to package output dir
If building on Gitlab CI, chown sources to builder
- `chown builder:builder . -R`
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