File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ local common = (import "common.json");
30
30
local part_definitions = {
31
31
local jt = function (args) [["ruby" , "tool/jt.rb" ] + args],
32
32
local mri_path = function (version) "/cm/shared/apps/ruby/" + version + "/bin/ruby" ,
33
- local mri_version = "2.6.5 " ,
33
+ local mri_version = "2.7.2 " ,
34
34
35
35
use: {
36
36
common: {
@@ -221,7 +221,6 @@ local part_definitions = {
221
221
packages+: {
222
222
git: ">=1.8.3" ,
223
223
mercurial: ">=3.2.4" ,
224
- ruby: ">=" + mri_version,
225
224
binutils: ">=2.30" ,
226
225
},
227
226
},
@@ -230,6 +229,9 @@ local part_definitions = {
230
229
platform_name:: "LinuxAMD64" ,
231
230
platform: "linux" ,
232
231
arch:: "amd64" ,
232
+ packages+: {
233
+ ruby: ">=" + mri_version,
234
+ },
233
235
"$.cap" :: {
234
236
normal_machine: ["linux" , "amd64" ],
235
237
bench_machine: ["x52" ] + self .normal_machine + ["no_frequency_scaling" ],
@@ -239,6 +241,9 @@ local part_definitions = {
239
241
platform_name:: "LinuxARM64" ,
240
242
platform: "linux" ,
241
243
arch:: "aarch64" ,
244
+ packages+: {
245
+ ruby: ">=2.6" ,
246
+ },
242
247
"$.cap" :: {
243
248
normal_machine: ["linux" , "aarch64" ],
244
249
},
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ There is a handy script in the repo that does everything needed:
29
29
30
30
``` bash
31
31
./update.sh truffleruby $VERSION
32
- ./update.sh graalvm $VERSION
32
+ ./update.sh truffleruby- graalvm $VERSION
33
33
```
34
34
35
35
## ruby-build
Original file line number Diff line number Diff line change @@ -45,5 +45,6 @@ class MSpecScript
45
45
set :toplevel_constants_excludes , [
46
46
/\w Specs?$/ ,
47
47
/^CS_CONST/ ,
48
+ /^CSL_CONST/ ,
48
49
]
49
50
end
You can’t perform that action at this time.
0 commit comments