zeek/ci/macos/prepare.sh
2022-05-16 09:07:11 +02:00

10 lines
197 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