converge: auto-commit at 2026-05-14 23:07:12 from zendo.brechtel
Build / build (push) Failing after 1m8s

This commit is contained in:
2026-05-14 23:07:12 -04:00
parent c7a3690129
commit dee7c95542
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
-v "$PWD:$PWD" \
-w "$PWD" \
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"
- name: Publish to Arch repo