We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c100cd commit a45d0c8Copy full SHA for a45d0c8
.cirrus.yml
@@ -135,8 +135,9 @@ task:
135
## - rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
136
##
137
brew_valgrind_pre_script:
138
+ - brew update
139
- brew config
- - brew tap --shallow LouisBrunner/valgrind
140
+ - brew tap LouisBrunner/valgrind
141
# Fetch valgrind source but don't build it yet.
142
- brew fetch --HEAD LouisBrunner/valgrind/valgrind
143
brew_valgrind_cache:
0 commit comments