Skip to content

Commit

Permalink
Update Truffle to version of 2024-08-23 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr authored Aug 24, 2024
2 parents 9642da5 + 1f4e203 commit 1bc7250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ test:
- mx build-native-obj-test
- ./som-obj-storage-tester

- export JAVA_HOME=`pwd`/libs/jvmci
- (cd ../graal/tools && mx build)
- mx tests-nodestats || true
- mx tests-coverage || true
Expand Down
2 changes: 1 addition & 1 deletion mx.trufflesom/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"name": "truffle",
"subdir": True,
"version": "cc46b41785745107e80ef2b339c61419e0df94bb",
"version": "7227e7620849054055835c6719acba43d48e36c4",
"urls": [{"url": "https://github.com/oracle/graal", "kind": "git"}],
},
]
Expand Down

0 comments on commit 1bc7250

Please sign in to comment.