use a more recent rust version for the tarball builds

This commit is contained in:
ohfp 2021-02-01 15:46:15 +01:00
parent 0b0964887c
commit 11640262a6
No known key found for this signature in database
GPG key ID: 2954CC8585E27A3F

View file

@ -37,8 +37,8 @@ _DEPENDENCIES="wget git xvfb \
unzip \
dbus-x11 \
python \
cargo \
rustc \
# cargo \
# rustc \
nodejs-mozilla \
nasm-mozilla \
gcc-mozilla"
@ -60,3 +60,7 @@ if [[ $CARCH == 'x86_64' ]];then
else
apt-get -y install clang-8 libclang-8-dev
fi
# we need a more recent rust
curl https://sh.rustup.rs -o rustup.sh
bash rustup.sh -y