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

Align artifact name with what GraalVM CE generates in its releases #467

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

zakkak
Copy link
Collaborator

@zakkak zakkak commented Dec 19, 2024

Closes: #452

@zakkak zakkak added the bug Something isn't working label Dec 19, 2024
@zakkak zakkak requested a review from Karm December 19, 2024 13:02
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 19, 2024
@@ -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:
Copy link
Collaborator Author

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.

@jerboaa
Copy link
Collaborator

jerboaa commented Dec 19, 2024

Looks like GHA needs some updates for this too:

INFO [build] Creating Archive mandrel-java24-macos-aarch64-10.9.8.7-dev.tar.gz
mv: rename mandrel-java24-darwin-aarch64-10.9.8.7-dev.tar.gz to mandrel-java24-darwin-aarch64.tar.gz: No such file or directory

@zakkak
Copy link
Collaborator Author

zakkak commented Dec 20, 2024

Github CI is happy now, @Karm do you anticipate any Jenkins CI failures due to this change?

Copy link
Collaborator

@Karm Karm left a 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.

@Karm Karm merged commit 9dffc0c into graalvm:master Dec 20, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

darwin/macos replacement incorrect in .sha256 files
3 participants