-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
openjdk 23.0.1 #194557
openjdk 23.0.1 #194557
Conversation
This PR needs to wait for the |
d2c3fdd
to
08f8bcb
Compare
08f8bcb
to
b288f95
Compare
Incorporating the changes in #195392 |
The homepage of
Additionally, the
the
It seems that there are problems with the environment of the checks. The problems with the other two formulas, |
yeah, we should deprecate it, I will followup a bit. |
for tekuit would be some license check issue
for tsduckit is the libvatek compatibility issue, upstream bug report, VisionAdvanceTechnologyInc/vatek_sdk_2#9 |
All the issues are not related to this patch version update, merging. |
@calvinit thanks for the great work on this! 💯 |
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>
?