From 1ca4f7d11078af50f3783e895d334f53cb291c68 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 22:30:23 -0600 Subject: [PATCH] Install openssl for travisci windows builds (#20420) (#20458) (cherry picked from commit df73d8e8a1a6c6c226a802aec0edd797d89e3f1d) Co-authored-by: Tyera Eulberg --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index e476388278..453924757e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,6 +61,12 @@ jobs: - <<: *release-artifacts name: "Windows release artifacts" os: windows + install: + - choco install openssl + - export OPENSSL_DIR="C:\Program Files\OpenSSL-Win64" + - source ci/rust-version.sh + - PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" + - readlink -f . # Linux release artifacts are still built by ci/buildkite-secondary.yml #- <<: *release-artifacts # name: "Linux release artifacts"