converge: auto-commit at 2026-05-14 23:07:12 from zendo.brechtel
Build / build (push) Failing after 1m8s
Build / build (push) Failing after 1m8s
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
|||||||
-v "$PWD:$PWD" \
|
-v "$PWD:$PWD" \
|
||||||
-w "$PWD" \
|
-w "$PWD" \
|
||||||
archlinux:latest \
|
archlinux:latest \
|
||||||
bash -c "pacman -Syu --noconfirm && pacman -S --noconfirm sudo git && useradd -m build && echo 'build ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers && chown -R build:build . && sudo -u build makepkg --noconfirm --nodeps"
|
bash -c "pacman -Syu --noconfirm && pacman -S --noconfirm git fakeroot debugedit && useradd -m build && chown -R build:build . && runuser -u build -- makepkg --noconfirm --nodeps --nocheck"
|
||||||
echo "pkgfile=$(ls converge-*.pkg.tar.zst)" >> "$GITHUB_ENV"
|
echo "pkgfile=$(ls converge-*.pkg.tar.zst)" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
- name: Publish to Arch repo
|
- name: Publish to Arch repo
|
||||||
|
|||||||
Reference in New Issue
Block a user