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

Error when creating SBOM on Windows #4103

Closed
ktakakuri opened this issue Dec 27, 2024 · 0 comments · Fixed by #4107
Closed

Error when creating SBOM on Windows #4103

ktakakuri opened this issue Dec 27, 2024 · 0 comments · Fixed by #4107
Assignees

Comments

@ktakakuri
Copy link

ktakakuri commented Dec 27, 2024

What are you trying to do?

I kicked makejdk-any-platform.sh with the --create-sbom option using Cygwin on Windows.

Expected behaviour:

Successful build and creation of the SBOM file.

Observed behaviour:

An error occurred:

unzip: cannot find or open /cygdrive/c/***/temurin-build/workspace/build_artifactsjdk21.zip, /cygdrive/c/***/temurin-build/workspace/build_artifactsjdk21.zip.zip or /cygdrive/c/***/temurin-build/workspace/build_artifactsjdk21.zip.ZIP.

Any other comments:

I think it is because there is no "/" after ${BUILD_CONFIG[TARGET_DIR]} in sbin/build.sh#L1390, L1391.

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

Successfully merging a pull request may close this issue.

2 participants