CRYPTOGRAPHY_DONT_BUILD_RUST=1

This commit is contained in:
Oleg Kalachev
2021-03-15 16:20:30 +03:00
parent 735b88d498
commit afa50add8f

View File

@@ -134,12 +134,9 @@ echo_stamp "Make sure both pip and pip3 are installed"
pip --version
pip3 --version
echo_stamp "Install Rust" # needed for cryptography module
RUSTUP_USE_HYPER=1 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
echo_stamp "Install and enable Butterfly (web terminal)"
echo_stamp "Workaround for tornado >= 6.0 breaking butterfly"
my_travis_retry pip3 install tornado==5.1.1
CRYPTOGRAPHY_DONT_BUILD_RUST=1 my_travis_retry pip3 install tornado==5.1.1
my_travis_retry pip3 install butterfly
my_travis_retry pip3 install butterfly[systemd]
systemctl enable butterfly.socket