Skip to content
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

Incorrect manifest verification failures for adopt_11.0.5_10_mac/x64_hotspot #46

Open
cwbriones opened this issue Jul 14, 2020 · 0 comments

Comments

@cwbriones
Copy link

cwbriones commented Jul 14, 2020

.jdkw

JDKW_RELEASE=latest
JDKW_DIST=adopt
JDKW_BUILD=10
JDKW_VERSION=11.0.5
JVM_IMPL=hotspot

This results in jdkw_id=adopt_11.0.5_10_mac/x64_hotspot.

On a run with a pre-existing download, manifest verification attempts to dump the computed checksum at a temp directory using the above ID, e.g. /var/folders/j2/v5s4xyw521b8ktyvhl131vx80000gn/T//adopt_11.0.5_10_mac/x64_hotspot-37105.94605677 (ref)

Because of the extra '/' this results in a "No such file or directory" and manifest verification fails. This doesn't occur with other distributions because the id does not contain the slash (e.g. zulu_8.0.212_8.38.0.13_macosx_x64).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant