Add CRYPTOGRAPHY_DONT_BUILD_RUST=1

This commit is contained in:
Oleg Kalachev
2021-03-24 21:39:09 +03:00
parent 9cdcbbc901
commit 23eac48fa4

View File

@@ -134,6 +134,7 @@ pip3 --version
echo_stamp "Install and enable Butterfly (web terminal)"
echo_stamp "Workaround for tornado >= 6.0 breaking butterfly"
export 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]