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