-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
lib/jrt-fs.jar MANIFEST is non-determinstic if built with different BootJDK #3151
Comments
is this Jrtfs.jar for certain OS? I could not find it from a x64 linux tarball |
Sorry my shorthand, it's: lib/jrt-fs.jar |
Now i found it in linux, mac and windows. probably this wont need to be exclude in comparision job, because all our agents are supposed to have the same bootjdk. but maybe we need to add this bootjdk version into sbom? currently it is only the boot_jdk_dir point to the path on build agent, but not detail minor/patch version number |
@zdtsw not an exclude, we can build with same bootjdk version. |
jrt-fs.jar is built by the BootJDK, which has a consequence that the MANIFEST gets tagged with Created-By: (), where jdk-version and vendor are from the bootJDK.
eg.
The text was updated successfully, but these errors were encountered: