Skip to content

Commit

Permalink
Update graal import.
Browse files Browse the repository at this point in the history
  • Loading branch information
OracleLabsAutomation committed Apr 26, 2024
1 parent 2651959 commit 2c27389
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 2c27389

Please sign in to comment.