Skip to content

Commit

Permalink
update macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Mar 7, 2024
1 parent 0ed4d2f commit f690e27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,11 @@ if [ "$(uname)" = 'Darwin' ]; then
echo 'Installing latest cURL version and configuring Homebrew to use it...'
brew install curl
HOMEBREW_FORCE_BREWED_CURL=1 brew config
echo 'export PATH="/usr/local/opt/curl/bin:\${PATH}"' | tee -a "${HOME}/.bash_profile"
echo 'export PATH="/usr/local/bin:\${PATH}"' | tee -a "${HOME}/.bash_profile"
tee -a "${HOME}/.bash_profile" << EOM
export HOMEBREW_CURL_PATH='/usr/local/opt/curl/bin/curl'
export PATH="/usr/local/bin:\${PATH}"
export PATH="/usr/local/opt/curl/bin:\${PATH}"
EOM
source "${HOME}/.bash_profile"
brew install wget coreutils lscpu azure-cli "llvm@${CLANG_VERSION}"
else
Expand Down

0 comments on commit f690e27

Please sign in to comment.