try using ultra-recent rust, hopefully fixing infinite hang issues on aarch64
This commit is contained in:
parent
a23f3c6390
commit
33d481e09b
2 changed files with 8 additions and 6 deletions
|
|
@ -38,10 +38,11 @@ _DEPENDENCIES="wget git xvfb \
|
|||
python \
|
||||
libffi-dev \
|
||||
nodejs-mozilla \
|
||||
cargo \
|
||||
rustc \
|
||||
nasm-mozilla"
|
||||
|
||||
# cargo \
|
||||
# rustc \
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Installs Dependencies
|
||||
|
|
@ -66,6 +67,7 @@ else
|
|||
fi
|
||||
|
||||
# we need a more recent rust
|
||||
# curl https://sh.rustup.rs -o rustup.sh
|
||||
# bash rustup.sh -y
|
||||
# source /root/.cargo/env
|
||||
# …to test if a fix in 1.57 magically fixes aarch64 hanging
|
||||
curl https://sh.rustup.rs -o rustup.sh
|
||||
bash rustup.sh -y
|
||||
source /root/.cargo/env
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ export DEB_BUILD_HARDENING_PIE=1
|
|||
# export PATH=/usr/lib/nasm-mozilla/bin:$PATH
|
||||
|
||||
# add cargo binary to path
|
||||
# source /root/.cargo/env
|
||||
source /root/.cargo/env
|
||||
|
||||
# we do change / unset some of them later, but setting them as set by Arch
|
||||
# might make it easier to maintain changes in build scripts on both sides
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue