zeek/ci/macos/prepare.sh
2022-05-19 09:21:55 -07:00

10 lines
204 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 openssl@1.1
brew install swig bison flex ccache