Skip to content

Commit

Permalink
Fix CI MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Jan 30, 2024
1 parent 5b8b4bd commit 22c8957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .circleci/dist_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,8 @@ jobs:
mkdir -p .ccache
export CCACHE_DIR=$(pwd)/.ccache
ccache -sz -M 5Gi
brew install [email protected]
brew link --overwrite --force [email protected]
export PATH="/Users/distiller/deps/opt/[email protected]/bin:$PATH"
export OPENSSL_ROOT_DIR=$(brew --prefix [email protected])
# Temporary until the CI image is updated.
brew install libsodium
cmake \
-B _build/debug \
-GNinja \
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ source $SCRIPTDIR/setup-helper-functions.sh
NPROC=$(getconf _NPROCESSORS_ONLN)

DEPENDENCY_DIR=${DEPENDENCY_DIR:-$(pwd)}
MACOS_DEPS="ninja flex bison cmake ccache protobuf@21 icu4c boost gflags glog libevent lz4 lzo snappy xz zstd openssl"
MACOS_DEPS="ninja flex bison cmake ccache protobuf@21 icu4c boost gflags glog libevent lz4 lzo snappy xz zstd openssl libsodium"

FB_OS_VERSION="v2023.12.04.00"

Expand Down

0 comments on commit 22c8957

Please sign in to comment.