Skip to content

Commit 59f9b09

Browse files
authored
[CI] Run brew install with --force-bottle. NFC (#23894)
1 parent 47f8a21 commit 59f9b09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,9 @@ commands:
330330
name: Install brew package dependencies
331331
environment:
332332
HOMEBREW_NO_AUTO_UPDATE: "1"
333-
command: brew install cmake ninja pkg-config
333+
# Use --force-bottle to force homebrew use binary packages avoiding
334+
# costly build times.
335+
command: brew install --force-bottle cmake ninja pkg-config
334336
- checkout
335337
- run:
336338
name: submodule update

0 commit comments

Comments
 (0)