Skip to content

Commit e7e6257

Browse files
[GR-44048] Sulong deps in common.js: 'packages' dictionary in every os/arch.
PullRequest: graal/13722
2 parents 8956e3d + 68fdbfc commit e7e6257

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

common.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,13 @@
114114
}
115115
},
116116
"linux": {
117+
"packages": {}
117118
},
118119
"darwin_amd64": {
120+
"packages": {}
119121
},
120122
"darwin_aarch64": {
123+
"packages": {}
121124
},
122125
"windows": {
123126
"packages": {

vm/mx.vm/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
{
6868
"name": "fastr",
69-
"version": "5c3425b54d567beab234f4be6616b8a04f52ba74",
69+
"version": "d2bd4feddb425c0daa223d4cd9d00f3164321174",
7070
"dynamic": True,
7171
"urls": [
7272
{"url": "https://github.com/oracle/fastr.git", "kind": "git"},

0 commit comments

Comments
 (0)