diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-11-23 10:01:30 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-11-23 10:01:30 +0100 |
commit | 8d686931d941012e69c223fa8383706269b97577 (patch) | |
tree | d9d93c1115a89a4928135ae9e641da47d78ba431 /arch | |
parent | v83.0-1 (diff) | |
download | librewolf-linux-8d686931d941012e69c223fa8383706269b97577.tar.gz librewolf-linux-8d686931d941012e69c223fa8383706269b97577.tar.bz2 librewolf-linux-8d686931d941012e69c223fa8383706269b97577.zip |
Diffstat (limited to 'arch')
-rwxr-xr-x | arch/01_build.sh | 2 |
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 |