You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Any other comments:
I think it is because there is no "/" after ${BUILD_CONFIG[TARGET_DIR]} in sbin/build.sh#L1390, L1391.
The text was updated successfully, but these errors were encountered: