zeek/ci/macos/prepare.sh
2025-05-06 10:57:18 -07:00

15 lines
323 B
Bash
Executable file

#!/bin/sh
echo "Preparing macOS environment"
sysctl hw.model hw.machine hw.ncpu hw.physicalcpu hw.logicalcpu
set -e
set -x
brew update
brew upgrade cmake
brew install openssl@3 python@3 swig bison flex ccache libmaxminddb
which python3
python3 --version
python3 -m pip install --user --break-system-packages websockets