-
Notifications
You must be signed in to change notification settings - Fork 17
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
Ensure Java consistency on macOS #299
base: main
Are you sure you want to change the base?
Ensure Java consistency on macOS #299
Conversation
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.
+@BetsyMcPhail for feature review please
Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on @BetsyMcPhail)
The experimental job I have running to test this PR: https://drake-jenkins.csail.mit.edu/view/Mac%20Sonoma%20Unprovisioned/job/mac-arm-sonoma-unprovisioned-clang-bazel-experimental-everything-release/ Had errors regarding pining temurin@17 |
1240ffc
to
859d459
Compare
5f79b48
to
6abeeb8
Compare
0c2413c
to
fcfefec
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.
Reviewed 2 of 2 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @nicolecheetham)
Ensures the specific java version installed stays consistent throughout an entire job. This aims to prevent breakage from future Homebrew updates.
Also, removes the outdated --ignore-pinned argument
Towards: #22089
This change is