Closed Karm closed 3 months ago
This issue appears to be stale because it has been open 30 days with no activity. This issue will be closed in 7 days unless Stale
label is removed, a new comment is made, or not-Stale
label is added.
@Karm This looks to be a duplicate of https://github.com/graalvm/mandrel-packaging/issues/429? A work-around is to not rely on the automatic versioning and set it explicitly.
~@jerboaa Why to you think this is a duplicate?~ ~Like that if the version detection worked, the lib selection would have worked too?~
~Because this warning is about MUSL, not JVMCI version....~
DEBUG [build] Launcher line AFTER: exec "${location}/../../../bin/java" -XX:MaxHeapSize=214748365
-XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -Dorg.graalvm.version="WARNING: No platform-specific
definition is available for distribution MUSL_CMAKE_TOOLCHAIN for your architecture (aarch64)-Final"
-Dorg.graalvm.vendorversion="Mandrel-WARNING: No platform-specific definition is available for
distribution MUSL_CMAKE_TOOLCHAIN for your architecture (aarch64)-Final"
-Dorg.graalvm.vendor="GraalVM Community"
-Dorg.graalvm.vendorurl="https://github.com/graalvm/mandrel/issues" --upgrade-module-path
"${location}/../../jvmci/graal.jar" "${jvm_args[@]}" ${app_path_arg}
"${cp_or_mp}" ${main_class} "${launcher_args[@]}"
Disregard my message, I'm just blind. mandrelVersion
. I see. Gonna set it explicitly.
@Karm OK to close as duplicate of https://github.com/graalvm/mandrel-packaging/issues/429 then?
Build on Linux amd64 runs fine, aarch64 ends up using part of this message as a vendor name...
:x: JDK23.log
:green_circle: JDK24.log
Looking up what is different/missing....