Skip to content

Commit

Permalink
Adjust ownership/perms of /usr/local ahead of time for MacOS test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc authored and turetske committed Nov 18, 2024
1 parent 31cbad2 commit be21bd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions github_scripts/osx_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ scriptdir=$PWD/`dirname $0`

brew install minio ninja coreutils

# The new macos-latest runner has some issues with /usr/local/<lib/include>. Adjust perms ahead of time
sudo mkdir -p /usr/local/lib && sudo mkdir -p /usr/local/include
sudo chmod -R 777 /usr/local && sudo chown -R $(whoami):admin /usr/local

mkdir dependencies
pushd dependencies

Expand Down

0 comments on commit be21bd2

Please sign in to comment.