-
Notifications
You must be signed in to change notification settings - Fork 61
8334166: Enable binary check #52
8334166: Enable binary check #52
Conversation
|
👋 Welcome back robm! A progress list of the required criteria for merging this PR into |
|
@robm-openjdk This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
This backport pull request has now been updated with issue from the original commit. |
|
/integrate |
|
@robm-openjdk This pull request has not yet been marked as ready for integration. |
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.
I am a bit confused here. Do we really want this for 23u?
I understand this for mainline: it gates addition of new changesets that have binaries in them. But for update releases repos, that might effectively block a backport that pick up a changeset done before a related check was introduced in mainline?
|
This is merely an informational warning for the benefit of reviewers. It is not blocking, so yes, I do think we want this for jdk23u (and everywhere else we can backport it to). |
Oh, it's a warning. Okay then, thanks! |
irisclark
left a comment
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 enabling this review-time warning!
|
/integrate |
|
Going to push as commit 659b469. |
|
@robm-openjdk Pushed as commit 659b469. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Enable binary check on jdk23u
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk23u.git pull/52/head:pull/52$ git checkout pull/52Update a local copy of the PR:
$ git checkout pull/52$ git pull https://git.openjdk.org/jdk23u.git pull/52/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 52View PR using the GUI difftool:
$ git pr show -t 52Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk23u/pull/52.diff
Webrev
Link to Webrev Comment