Skip to content

Commit b1cb969

Browse files
ci: Revert "Attempt to make macOS builds more reliable"
This reverts commit d9396a5, which didn't have the desired effect.
1 parent 5dcc6f8 commit b1cb969

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.cirrus.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ task:
135135
## - rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
136136
##
137137
brew_valgrind_pre_script:
138-
# Reinstall brew. We could do `brew update` instead but that often fails.
139-
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
140-
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
138+
- brew update
141139
- brew config
142140
- brew tap LouisBrunner/valgrind
143141
# Fetch valgrind source but don't build it yet.

0 commit comments

Comments
 (0)