Skip to content

Commit 0ad0cc7

Browse files
OracleLabsAutomationeregon
authored andcommitted
[GR-40419] [GR-40321] Update graal import.
* [GR-40419] [GR-40321] PE encoded graph cache fixes. * [GR-36927] API to set language options for inner contexts. * [GR-35358] Share code between inner contexts.
1 parent 01607d7 commit 0ad0cc7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

common.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
"devkits": {
3131
"windows-jdk11": { "packages" : { "devkit:VS2017-15.9.24+1" : "==0" }},
3232
"windows-jdk17": { "packages" : { "devkit:VS2019-16.9.3+1" : "==0" }},
33+
"windows-jdk19": { "packages" : { "devkit:VS2022-17.1.0+1" : "==0" }},
3334
"linux-jdk11": { "packages" : { "devkit:gcc7.3.0-OEL6.4+1" : "==1" }},
34-
"linux-jdk17": { "packages" : { "devkit:gcc10.3.0-OL6.4+1" : "==0" }}
35+
"linux-jdk17": { "packages" : { "devkit:gcc10.3.0-OL6.4+1" : "==0" }},
36+
"linux-jdk19": { "packages" : { "devkit:gcc11.2.0-OL6.4+1" : "==0" }}
3537
},
3638

3739
"catch_files" : [

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "regex",
99
"subdir": True,
10-
"version": "f9726d7f20f5fce7b26578886a01e3750807d5d6",
10+
"version": "8f9c6f0ec2d725004d19561f422ff71a67854b6a",
1111
"urls": [
1212
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1313
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -16,7 +16,7 @@
1616
{
1717
"name": "sulong",
1818
"subdir": True,
19-
"version": "f9726d7f20f5fce7b26578886a01e3750807d5d6",
19+
"version": "8f9c6f0ec2d725004d19561f422ff71a67854b6a",
2020
"urls": [
2121
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2222
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)