Skip to content
Snippets Groups Projects
Commit 33830978 authored by VitaliyaIoffe's avatar VitaliyaIoffe Committed by Kirill Yukhin
Browse files

github-ci: use openssl@1.1

OSX workflows use brew for install openssl.
There was a new release of openssl@3.0 and
homebrew updated the openssl formula.

Close #6468
parent 27976569
No related branches found
No related tags found
No related merge requests found
......@@ -340,7 +340,7 @@ test_odroid_arm64: deps_odroid_arm64 test_odroid_arm64_no_deps
# FIXME: Temporary pinned python3 to specific version (i.e. python@3.8) to
# avoid gevent package installation failure described in gevent/gevent#1721.
# Revert this back when the issue is resolved.
OSX_PKGS=openssl readline curl icu4c libiconv zlib cmake python@3.8
OSX_PKGS=openssl@1.1 readline curl icu4c libiconv zlib cmake python@3.8
deps_osx:
# install brew using command from Homebrew repository instructions:
......
......@@ -132,7 +132,7 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
endif()
# Detecting OpenSSL
execute_process(COMMAND ${HOMEBREW_EXECUTABLE} --prefix openssl
execute_process(COMMAND ${HOMEBREW_EXECUTABLE} --prefix openssl@1.1
OUTPUT_VARIABLE HOMEBREW_OPENSSL
OUTPUT_STRIP_TRAILING_WHITESPACE)
if (DEFINED HOMEBREW_OPENSSL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment