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 5002ce9 commit 53c3281
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,11 @@ if [ "$(uname)" = 'Darwin' ]; then
sudo rm -rf '/usr/local/bin/2to3-3.11'
brew update
echo 'Installing latest cURL version and configuring Homebrew to use it...'
brew_install curl
brew install curl
HOMEBREW_FORCE_BREWED_CURL=1 brew config
echo 'export PATH="/usr/local/opt/curl/bin:\${PATH}"' | tee -a "${HOME}/.bash_profile"
source "${HOME}/.bash_profile"
brew_install wget
brew_install coreutils
brew_install lscpu
brew_install azure-cli
brew_install "llvm@${CLANG_VERSION}"
brew install wget coreutils lscpu azure-cli "llvm@${CLANG_VERSION}"
else
echo 'Installing dependencies...'
wget -qO- 'https://apt.llvm.org/llvm-snapshot.gpg.key' \
Expand Down

0 comments on commit 53c3281

Please sign in to comment.