-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Metadata Directly In SBOM #4122
base: master
Are you sure you want to change the base?
Conversation
Thank you for creating a pull request! |
so far... @sxa @andrew-m-leonard might be useful to go through the metadata file, see what we need and what we don't. I would appreciate pointers to where to get the keys we need that we don't have |
README.md
Outdated
@@ -25,6 +25,8 @@ the "boot JDK" which should generally be one major version prior to the one | |||
you are building (although one of the same major version will also work). | |||
Note that the build variant defaults to HotSpot if omitted which builds from the same repositories as Temurin. | |||
|
|||
If you're using wsl, use the `--wsl` flag (ie: `./makejdk-any-platform.sh -J /usr/lib/jvm/java-21-openjdk-amd64 --wsl --create-sbom jdk21`). |
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 would prefer to keep #4121 in it's own PR, so changes are indepenedent
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.
the idea was that hopefully #4121 would go first, and then the diff of this PR would just be the changes here (will update branch). When they go in, they would be independent changes (I'm assuming squash-and-merge policy), so can be independently reverted or cherrypicked
also includes changes from #4121 but this is the way @andrew-m-leonard suggested for configure args in #3917 .