Skip to content

Unmark suites and bump version to 24.2.1.1 #842

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

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compiler/mx.compiler/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"sourceinprojectwhitelist" : [],

"groupId" : "org.graalvm.compiler",
"version" : "24.2.1.0",
"release" : True,
"version" : "24.2.1.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is the script doing it, but we should probably change this to 24.2.2.0 over 24.2.1.1. The July release will likely be 24.2.2.0-Final.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, we either bump straight to 24.2.2.0 and patch the version only if required to make a pre-CPU release or bump it to 24.2.1.1 now and bump it later to 24.2.2.0 (when merging upstream changes). The latter is what we have been doing so far. I am OK with either approach.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My thinking is that we haven't done any in-between-cpu releases in quite some time. So I'd rather go with the more likely approach and deal with the uncommon version update (24.2.1.x in the current case) asynchronously as needed.

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 have no objections to changing the scheme as long as it keeps being automated in: https://github.com/graalvm/mandrel-packaging/blob/master/release-scripts/mandrel-release.java

Perhaps could be wrapped up in the change: graalvm/mandrel-packaging#490 because not having this automated essentially makes the JDK 21 suite.py changes a manual effort...

"release" : False,
"url" : "http://www.graalvm.org/",
"developer" : {
"name" : "GraalVM Development",
Expand Down
4 changes: 2 additions & 2 deletions espresso/mx.espresso/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
suite = {
"mxversion": "7.33.0",
"name": "espresso",
"version" : "24.2.1.0",
"release" : True,
"version" : "24.2.1.1",
"release" : False,
"groupId" : "org.graalvm.espresso",
"url" : "https://www.graalvm.org/reference-manual/java-on-truffle/",
"developer" : {
Expand Down
4 changes: 2 additions & 2 deletions regex/mx.regex/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

"name" : "regex",

"version" : "24.2.1.0",
"release" : True,
"version" : "24.2.1.1",
"release" : False,
"groupId" : "org.graalvm.regex",
"url" : "http://www.graalvm.org/",
"developer" : {
Expand Down
4 changes: 2 additions & 2 deletions sdk/mx.sdk/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
suite = {
"mxversion": "7.33.1",
"name" : "sdk",
"version" : "24.2.1.0",
"release" : True,
"version" : "24.2.1.1",
"release" : False,
"sourceinprojectwhitelist" : [],
"url" : "https://github.com/oracle/graal",
"groupId" : "org.graalvm.sdk",
Expand Down
4 changes: 2 additions & 2 deletions substratevm/mx.substratevm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
suite = {
"mxversion": "7.33.1",
"name": "substratevm",
"version" : "24.2.1.0",
"release" : True,
"version" : "24.2.1.1",
"release" : False,
"url" : "https://github.com/oracle/graal/tree/master/substratevm",

"groupId" : "org.graalvm.nativeimage",
Expand Down
4 changes: 2 additions & 2 deletions sulong/mx.sulong/suite.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
suite = {
"mxversion": "7.33.0",
"name" : "sulong",
"version" : "24.2.1.0",
"release" : True,
"version" : "24.2.1.1",
"release" : False,
"versionConflictResolution" : "latest",
"groupId": "org.graalvm.llvm",
"url": "http://www.graalvm.org/",
Expand Down
4 changes: 2 additions & 2 deletions tools/mx.tools/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"defaultLicense" : "GPLv2-CPE",

"groupId" : "org.graalvm.tools",
"version" : "24.2.1.0",
"release" : True,
"version" : "24.2.1.1",
"release" : False,
"url" : "http://openjdk.java.net/projects/graal",
"developer" : {
"name" : "GraalVM Development",
Expand Down
4 changes: 2 additions & 2 deletions truffle/mx.truffle/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
suite = {
"mxversion": "7.33.0",
"name" : "truffle",
"version" : "24.2.1.0",
"release" : True,
"version" : "24.2.1.1",
"release" : False,
"groupId" : "org.graalvm.truffle",
"sourceinprojectwhitelist" : [],
"url" : "http://openjdk.java.net/projects/graal",
Expand Down
4 changes: 2 additions & 2 deletions vm/mx.vm/suite.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
suite = {
"name": "vm",
"version" : "24.2.1.0",
"version" : "24.2.1.1",
"mxversion": "7.34.1",
"release" : True,
"release" : False,
"groupId" : "org.graalvm",

"url" : "http://www.graalvm.org/",
Expand Down
4 changes: 2 additions & 2 deletions wasm/mx.wasm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"mxversion": "7.33.0",
"name" : "wasm",
"groupId" : "org.graalvm.wasm",
"version" : "24.2.1.0",
"release" : True,
"version" : "24.2.1.1",
"release" : False,
"versionConflictResolution" : "latest",
"url" : "http://graalvm.org/webassembly",
"developer" : {
Expand Down