Skip to content

Commit 05bc94c

Browse files
authored
Merge pull request #132 from ClickHouse/CICD_MacOS_openssl_fix1
CI/CD: fixing MacOS OpenSSL variant
2 parents 070d310 + 2214d97 commit 05bc94c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/macos_ssl.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
build-and-test:
1212
uses: ClickHouse/clickhouse-cpp/.github/workflows/macos.yml@master
1313
with:
14-
extra_cmake_flags: -DWITH_OPENSSL=ON
14+
extra_cmake_flags: -DWITH_OPENSSL=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/
1515
extra_install: openssl
16-
# gtest_filter: "-*LocalhostTLS*"
16+
# There is no CH server running locally, so disable tests that try to connect to it.
17+
gtest_filter: "-*Client*:*Local*:*ColumnPerformanceTest*"

0 commit comments

Comments
 (0)