We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcc6f8 commit b1cb969Copy full SHA for b1cb969
.cirrus.yml
@@ -135,9 +135,7 @@ task:
135
## - rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
136
##
137
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)"
+ - brew update
141
- brew config
142
- brew tap LouisBrunner/valgrind
143
# Fetch valgrind source but don't build it yet.
0 commit comments