Skip to content

Commit

Permalink
Merge pull request #132 from ClickHouse/CICD_MacOS_openssl_fix1
Browse files Browse the repository at this point in the history
CI/CD: fixing  MacOS OpenSSL variant
  • Loading branch information
Enmk authored Jan 8, 2022
2 parents 070d310 + 2214d97 commit 05bc94c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos_ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build-and-test:
uses: ClickHouse/clickhouse-cpp/.github/workflows/macos.yml@master
with:
extra_cmake_flags: -DWITH_OPENSSL=ON
extra_cmake_flags: -DWITH_OPENSSL=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/
extra_install: openssl
# gtest_filter: "-*LocalhostTLS*"
# There is no CH server running locally, so disable tests that try to connect to it.
gtest_filter: "-*Client*:*Local*:*ColumnPerformanceTest*"

0 comments on commit 05bc94c

Please sign in to comment.