-
Notifications
You must be signed in to change notification settings - Fork 8
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
Align artifact name with what GraalVM CE generates in its releases #467
Conversation
@@ -78,7 +78,8 @@ class Constants { | |||
mv ${JAVA_HOME}/lib/static/darwin-arm64 ${JAVA_HOME}/lib/static/darwin-aarch64 | |||
fi | |||
./jenkins/jobs/scripts/mandrel_linux_build.sh | |||
# We align to what GraalVM CE calls its releases: | |||
# We align to what GraalVM CE calls its releases | |||
# this is no longer needed as of mandrel-packaging 24.2, but we keep it for backwards compatibility: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I plan to rebase 24.2
after merging this, since it's not tagged yet.
Looks like GHA needs some updates for this too:
|
Github CI is happy now, @Karm do you anticipate any Jenkins CI failures due to this change? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zakkak I don't think it could break anything that wouldn't be trivial to fix quickly. Merging.
Closes: #452