use a more recent rust version for the tarball builds
This commit is contained in:
parent
0b0964887c
commit
11640262a6
1 changed files with 6 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ _DEPENDENCIES="wget git xvfb \
|
||||||
unzip \
|
unzip \
|
||||||
dbus-x11 \
|
dbus-x11 \
|
||||||
python \
|
python \
|
||||||
cargo \
|
# cargo \
|
||||||
rustc \
|
# rustc \
|
||||||
nodejs-mozilla \
|
nodejs-mozilla \
|
||||||
nasm-mozilla \
|
nasm-mozilla \
|
||||||
gcc-mozilla"
|
gcc-mozilla"
|
||||||
|
|
@ -60,3 +60,7 @@ if [[ $CARCH == 'x86_64' ]];then
|
||||||
else
|
else
|
||||||
apt-get -y install clang-8 libclang-8-dev
|
apt-get -y install clang-8 libclang-8-dev
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# we need a more recent rust
|
||||||
|
curl https://sh.rustup.rs -o rustup.sh
|
||||||
|
bash rustup.sh -y
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue