openjdk 26.0.1#279619
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. |
|
I’ll be happy for some help as I don’t know what is missing |
|
help wanted |
|
@copilot help wanted, fix this PR |
This comment was marked as resolved.
This comment was marked as resolved.
|
Perhaps it would make more sense to introduce a dedicated Then, for this |
|
@Calvinit I'll be able to handle it on the 30th |
I think we should do it the other way around. Have the non lts version versioned and the unversioned is the lts |
|
@GunniBusch I don’t think this is how it is currently works, as I see, only LTS versions are versioned and |
|
@calvinit, @GunniBusch it seems like the following caused the failuer this time: brew test --retry --verbose glassfish
brew test --retry --verbose opensearchCan you elaborate on that? |
|
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
|
See #278720 |
|
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
|
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
Everything that doesn’t work with 26.0.1, just replace openjdk with openjdk@25 inkl. all the references inside the formulae. |
|
What do we need to do now to move this PR forward? I asked GitHub Copilot, and its suggestion was:
|
We can’t test deps if the formulae whose deps to test were not build. |
Co-authored-by: Roy Ash <roy.ash456@gmail.com>
Co-authored-by: Roy Ash <roy.ash456@gmail.com>
Co-authored-by: Roy Ash <roy.ash456@gmail.com>
Co-authored-by: Roy Ash <roy.ash456@gmail.com>
Co-authored-by: Roy Ash <roy.ash456@gmail.com>
Co-authored-by: Roy Ash <roy.ash456@gmail.com>
Co-authored-by: Roy Ash <roy.ash456@gmail.com>
|
Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
I've executed brew update -f && brew upgrade
brew install openjdk@26but I got
Why is that? |
|
Rebottle for arm is done. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?brew test <formula>?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>?