Skip to content

Commit 7ae3f77

Browse files
committed
[GR-48125] Update graal (from release branch) and compress resources jar
PullRequest: truffleruby/3970 (cherry picked from commit a31594e)
1 parent 9a4247a commit 7ae3f77

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
55
],
66

7-
"mx_version": "6.43.0",
7+
"mx_version": "6.45.0",
88

99
"COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet",
1010
"jdks": {

mx.truffleruby/suite.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
suite = {
2-
"mxversion": "6.42.0",
2+
"mxversion": "6.44.0",
33
"name": "truffleruby",
44
"groupId": "org.graalvm.ruby",
55
"url": "https://www.graalvm.org/ruby/",
@@ -20,7 +20,7 @@
2020
{
2121
"name": "regex",
2222
"subdir": True,
23-
"version": "4bcb7c9a9061d0948609412048a6906fa0cb826c",
23+
"version": "621ba026a108b8320e5cdadf6150c2fa30b1339a",
2424
"urls": [
2525
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2626
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -29,7 +29,7 @@
2929
{
3030
"name": "sulong",
3131
"subdir": True,
32-
"version": "4bcb7c9a9061d0948609412048a6906fa0cb826c",
32+
"version": "621ba026a108b8320e5cdadf6150c2fa30b1339a",
3333
"urls": [
3434
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
3535
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -610,6 +610,7 @@
610610
"BSD-simplified", # MRI
611611
"BSD-new", # Rubinius, FFI
612612
],
613+
"compress": True,
613614
"maven": {
614615
"artifactId": "ruby-resources",
615616
"tag": ["default", "public"],

0 commit comments

Comments
 (0)