From a7773644e582cdca4846a09b9da4f9b760eb3f32 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 22 Mar 2021 17:24:45 -0700 Subject: [PATCH] Update sources for test farm tests --- tests/letstest/scripts/bootstrap_os_packages.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/letstest/scripts/bootstrap_os_packages.sh b/tests/letstest/scripts/bootstrap_os_packages.sh index 7ad93f63e..f94250365 100755 --- a/tests/letstest/scripts/bootstrap_os_packages.sh +++ b/tests/letstest/scripts/bootstrap_os_packages.sh @@ -46,6 +46,8 @@ BootstrapDebCommon() { openssl \ libffi-dev \ ca-certificates \ + build-essential \ + cargo \ make # needed on debian 9 arm64 which doesn't have a python3 pynacl wheel } @@ -79,6 +81,7 @@ BootstrapRpmCommonBase() { libffi-devel redhat-rpm-config ca-certificates + cargo " # Add the python packages @@ -126,3 +129,5 @@ elif [ -f /etc/redhat-release ]; then fi Bootstrap +# Install rust for cryptography +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh