Skip to content

Commit

Permalink
CI: Remove obsolete provisioning steps
Browse files Browse the repository at this point in the history
  • Loading branch information
thedataking committed Nov 30, 2023
1 parent 27b14d8 commit 503a75b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ jobs:
./scripts/provision_mac.sh
# speeds up provisioning
export HOMEBREW_NO_AUTO_UPDATE=1
# helps the `curl-sys` create determine how to link in libcurl.
brew install pkg-config
# we want to use the host curl because it has the `HTTP2` feature
# whereas the brew version does not, this causes curl-sys to
# build its own curl which then fails to link on Azure Devops.
brew remove curl
# prepare environment for the following steps
source $HOME/.cargo/env
brew info llvm
Expand Down

0 comments on commit 503a75b

Please sign in to comment.