-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
libplist 2.3.0 #142057
libplist 2.3.0 #142057
Conversation
5594db7
to
1dfd9f0
Compare
|
@chenrui333 Updated missed packages. Some CI jobs were skipped, not sure why. |
55d4cd1
to
f15f6a2
Compare
@p-linnane Mind reviewing this? |
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.
Any references to --disable-dependency-tracking
or --prefix=#{prefix}
should be removed and replaced with *std_configure_args
.
Additionally, don't we still want to run ./configure
even when building from HEAD
?
|
f15f6a2
to
b668c5f
Compare
|
b668c5f
to
59a8dd8
Compare
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.
Thanks for all the great work here!
🤖 An automated task has requested bottles to be published to this PR. |
The bot seemed to have ran into issues. Should I resolve the merge conflicts manually? |
Revision bump, resolving issues with libplist 2.3.0
c0d2ab7
to
bce0a73
Compare
@TheRealKeto, thanks for your contribution to Homebrew! 🎉 🥇 Without awesome contributors like you, it would be impossible to maintain Homebrew to the high level of quality users have come to expect. Thank you!!!! |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Looking through all previous pull requests, I've managed to solve all issues relating to
libplist
and its newest verison.libirecovery
is not handled here, as I believe it should be handled in a new pull request (which was actually resolved by a closed PR, can it be reopened?).Should it be handled here instead, please let me know.