Skip to content

Commit

Permalink
Try fix MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 6, 2025
1 parent ce2ef8a commit c921d2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
brew install lld
brew link postgresql@16
brew link --force zlib
brew upgrade
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ set(OPENSSL_USE_STATIC_LIBS ON)
set(ZLIB_USE_STATIC_LIBS ON)
set(Protobuf_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_LIBS ON)
set(CURL_USE_STATIC_LIBS ON)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
include(UserverSetupEnvironment)
Expand Down
4 changes: 2 additions & 2 deletions cmake/modules/FindUserverGBench.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ _userver_module_find_include(
)

_userver_module_find_library(
NAMES benchmark_main
NAMES libbenchmark_main.a benchmark_main
)

_userver_module_find_library(
NAMES benchmark
NAMES libbenchmark.a benchmark
)

_userver_module_end()
1 change: 1 addition & 0 deletions scripts/docs/en/deps/alpine.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ mariadb-static
mongo-c-driver-dev
mongo-c-driver-static
nghttp2-dev
nghttp2-static
openldap-dev
openssl-dev
openssl-libs-static
Expand Down

0 comments on commit c921d2e

Please sign in to comment.