-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
CI: Move Homebrew dependencies into Brewfile #148335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
2b36429
301147e
f54be75
f8abb34
c37c6da
3a804b8
b29865e
886e8b7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| brew "gdbm" | ||
| brew "mpdecimal" | ||
| brew "openssl@3.5" | ||
| brew "pkg-config" | ||
| brew "tcl-tk@9" | ||
| brew "xz" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What about
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks like they are already part of the macOS runners, so we never had to add them. But I'll add so we can recommend the Brewfile in the devguide. |
||
| brew "zstd" | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will backport to 3.10, but we still need to link
tcl-tk@8there. And puttcl-tk@8in theBrewfile.