ci: Revert "Attempt to make macOS builds more reliable"

This reverts commit d9396a56da13df97827e193f636a7593fb4d7864, which
didn't have the desired effect.
This commit is contained in:
Tim Ruffing 2022-02-08 13:53:05 +01:00
parent 5dcc6f8dbd
commit b1cb969e8a

View File

@ -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.