Skip to content

Commit

Permalink
[GR-26395] Periodic update of the graal import.
Browse files Browse the repository at this point in the history
PullRequest: truffleruby/4258
  • Loading branch information
OracleLabsAutomation authored and andrykonchin committed Apr 29, 2024
2 parents 2651959 + 2c27389 commit 98ba377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ci/common.jsonnet
Expand Up @@ -128,6 +128,7 @@ local common_json = import "../common.json";
mx: {
environment+: {
MX_PYTHON: "python3.8",
PYTHONIOENCODING: "utf-8",
},
packages+: {
python3: "==3.8.10",
Expand Down
4 changes: 2 additions & 2 deletions mx.truffleruby/suite.py
Expand Up @@ -20,7 +20,7 @@
{
"name": "regex",
"subdir": True,
"version": "a65ec785e7fecfa58450c0ccc062e3a64f16aca0",
"version": "5f68ad3c9ba1df6c8f095e3e2afe688bfa1feb61",
"urls": [
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
Expand All @@ -29,7 +29,7 @@
{
"name": "sulong",
"subdir": True,
"version": "a65ec785e7fecfa58450c0ccc062e3a64f16aca0",
"version": "5f68ad3c9ba1df6c8f095e3e2afe688bfa1feb61",
"urls": [
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
Expand Down

0 comments on commit 98ba377

Please sign in to comment.