mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-26 13:14:31 +01:00
We need OpenSSL on MacOS build and it need to be installed from HomeBrew
This commit is contained in:
parent
9f7e0b8a98
commit
a62516a188
@ -10,7 +10,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
- run: brew install cmake boost log4cpp hiredis json-c mongo-c-driver grpc capnp
|
||||
- run: brew install cmake boost log4cpp hiredis json-c mongo-c-driver grpc capnp openssl@1.1
|
||||
- run: cd src && mkdir build && cd build && cmake -DENABLE_CUSTOM_BOOST_BUILD=FALSE -DDO_NOT_USE_SYSTEM_LIBRARIES_FOR_BUILD=FALSE ..
|
||||
build_debian_upstream_package:
|
||||
machine:
|
||||
|
Loading…
Reference in New Issue
Block a user