Skip to content

Commit a22f527

Browse files
committed
[GR-19768] Update FastR recommended packages.
PullRequest: graal/12792
2 parents ad19dd4 + e380f59 commit a22f527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vm/ci/ci_common/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ local devkits = common_json.devkits;
116116
},
117117
downloads+: {
118118
F2C_BINARY: { name: 'f2c-binary', version: '7', platformspecific: true },
119-
FASTR_RECOMMENDED_BINARY: { name: 'fastr-recommended-pkgs', version: '12', platformspecific: true },
119+
FASTR_RECOMMENDED_BINARY: { name: 'fastr-recommended-pkgs', version: '16', platformspecific: true },
120120
},
121121
catch_files+: [
122122
'GNUR_CONFIG_LOG = (?P<filename>.+\\.log)',

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": "240efac705a6047d6be1ab01d077761ac069b35a",
69+
"version": "61262ba70ac03383c795f5afe75673186413a559",
7070
"dynamic": True,
7171
"urls": [
7272
{"url": "https://github.com/oracle/fastr.git", "kind": "git"},

0 commit comments

Comments
 (0)