-
-
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
libtatsu 1.0.4 (new formula) #196866
base: master
Are you sure you want to change the base?
libtatsu 1.0.4 (new formula) #196866
Conversation
Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request. |
Added libtatsu, a libimobiledevice-suite library to interact with apple signing servers.
As libimobiledevice keeps developing without releasing, new dependencies are added. This commit the libtatsu dependency when building from HEAD. Closes libimobiledevice/libimobiledevice#1217
fae0e93
to
d2872be
Compare
Is it possible to remove the notable repository requirement from the Formulae audit?
The Thank you in advance for your precious help! |
IMHO this is a bug of homebrew as it does not consider dependencies. |
I agree with @jpstotz, also being the maintainer of libimobiledevice (et al.) I feel like this should not prevent the merge of this PR (it is used for personalized developer disk image mounting starting with iOS 17+). |
Thanks @daeho-ro for adding the CI label, all the checks pass! @chenrui333 can you please review and approve this PR? Thank you for your help 😊 |
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>
?