Skip to content

Commit

Permalink
ci: Revert "Attempt to make macOS builds more reliable"
Browse files Browse the repository at this point in the history
This reverts commit d9396a5, which
didn't have the desired effect.
  • Loading branch information
real-or-random committed Feb 8, 2022
1 parent 5dcc6f8 commit b1cb969
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .cirrus.yml
Expand Up @@ -135,9 +135,7 @@ task:
## - rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
##
brew_valgrind_pre_script:
# Reinstall brew. We could do `brew update` instead but that often fails.
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- brew update
- brew config
- brew tap LouisBrunner/valgrind
# Fetch valgrind source but don't build it yet.
Expand Down

0 comments on commit b1cb969

Please sign in to comment.