ensure nightly in rustup

This commit is contained in:
Markus Unterwaditzer 2018-02-14 22:40:19 +01:00
parent e35e23238e
commit ba3c27322f
2 changed files with 5 additions and 1 deletions

View file

@ -145,6 +145,7 @@ ssh-submodule-urls:
install-rust:
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
rustup update nightly
rust-ext:
[ "$$READTHEDOCS" != "True" ] || $(MAKE) install-rust

View file

@ -1,12 +1,15 @@
make install-rust
echo "export PATH=$HOME/.cargo/bin/:$PATH" >> $BASH_ENV
. $BASH_ENV
make install-rust
sudo apt-get install -y cmake
pip install --user virtualenv
~/.local/bin/virtualenv ~/env
echo ". ~/env/bin/activate" >> $BASH_ENV
. $BASH_ENV
pip install docker-compose
make -e install-dev install-test