Skip to content

Commit 1527471

Browse files
author
Pavel Marek
committed
[GR-32139] FastR: Use GNU-R 4.0.3 as package.
PullRequest: graal/9181
2 parents c57c12c + 6e002a9 commit 1527471

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

vm/ci_common/common.hocon

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,11 @@ fastr: {
112112

113113
fastr_linux: ${fastr} {
114114
packages: {
115-
readline: "==6.3"
116-
pcre: "==8.43"
117-
zlib: ">=1.2.11"
118-
curl: ">=7.50.1"
115+
readline: "==6.3",
116+
pcre: "==8.43",
117+
zlib: ">=1.2.11",
118+
curl: ">=7.50.1",
119+
gnur: "==4.0.3-gcc4.8.5-pcre8.42"
119120
}
120121
environment: {
121122
TZDIR: "/usr/share/zoneinfo"
@@ -131,7 +132,8 @@ fastr_linux: ${fastr} {
131132

132133
fastr_darwin: ${fastr} {
133134
packages: {
134-
"pcre": "==8.43"
135+
"pcre": "==8.43",
136+
"gnur": "==4.0.3-gcc10.2-pcre8.42"
135137
}
136138
environment: {
137139
PATH : "/usr/local/bin:$JAVA_HOME/bin:$PATH"

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

0 commit comments

Comments
 (0)