zeek/auxil/binpac/ci/macos/prepare.sh
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

11 lines
180 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 bison flex