We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
brew update
1 parent b1cb969 commit e51ad3bCopy full SHA for e51ad3b
.cirrus.yml
@@ -135,7 +135,8 @@ task:
135
## - rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
136
##
137
brew_valgrind_pre_script:
138
- - brew update
+ # Retry a few times because this tends to fail randomly.
139
+ - for i in {1..5}; do brew update && break || sleep 15; done
140
- brew config
141
- brew tap LouisBrunner/valgrind
142
# Fetch valgrind source but don't build it yet.
0 commit comments