-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
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
Changes from all commits
2b36429
301147e
f54be75
f8abb34
c37c6da
3a804b8
b29865e
886e8b7
673a922
270931e
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,15 @@ | ||
| brew "gdbm" | ||
| brew "mpdecimal" | ||
| brew "openssl@3.5" | ||
| brew "pkg-config" | ||
| brew "tcl-tk@9" | ||
| brew "xz" | ||
|
hugovk marked this conversation as resolved.
|
||
| brew "zstd" | ||
|
hugovk marked this conversation as resolved.
|
||
|
|
||
| brew "bzip2" if OS.linux? | ||
| brew "expat" if OS.linux? | ||
|
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. Why expat, since we bundle it, should it also not be an option?
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. It's what Homebrew's own formula has for CPython, so I just went with it without thinking. It could probably come out in hindsight.
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.
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. They also pass |
||
| brew "libedit" if OS.linux? | ||
| brew "libffi" if OS.linux? | ||
| brew "ncurses" if OS.linux? | ||
| brew "unzip" if OS.linux? | ||
| brew "zlib-ng-compat" if OS.linux? | ||
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.