aboutsummaryrefslogtreecommitdiff
path: root/arch/01_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/01_build.sh')
-rwxr-xr-xarch/01_build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/01_build.sh b/arch/01_build.sh
index 90dbcb3..1faceaa 100755
--- a/arch/01_build.sh
+++ b/arch/01_build.sh
@@ -9,5 +9,7 @@ usermod -d /home/nobody nobody
# we need to un-expire the account, otherwise PAM will complain
usermod -e '' nobody
chown -R nobody .
+# temporary workaround for rust / packed_simd build issue:
+pacman --noconfirm -U https://archive.archlinux.org/packages/r/rust/rust-1%3A1.47.0-4-x86_64.pkg.tar.zst
# makepkg will not run as root
sudo -u nobody -E -H makepkg --noconfirm --nosign --syncdeps --cleanbuild
bgstack15