Skip to content

Commit 5954794

Browse files
committed
Merge bitcoin-core/secp256k1#1072: ci: Attempt to make macOS builds more reliable
d9396a5 ci: Attempt to make macOS builds more reliable (Tim Ruffing) Pull request description: ACKs for top commit: jonasnick: ACK d9396a5 Tree-SHA512: 68df44107d74671de148e9c3e6dbc6b16bec937137d7d9771efce10f5d66459559b372346d05ecc23237b2e3af9479156f733219717cb93f5204f9ea5b2636a9
2 parents 85b00a1 + d9396a5 commit 5954794

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.cirrus.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ task:
135135
## - rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
136136
##
137137
brew_valgrind_pre_script:
138-
- brew update
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)"
139141
- brew config
140142
- brew tap LouisBrunner/valgrind
141143
# Fetch valgrind source but don't build it yet.

0 commit comments

Comments
 (0)