We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dd6082 + ee10edc commit 69c74d8Copy full SHA for 69c74d8
ci.jsonnet
@@ -102,7 +102,7 @@ local part_definitions = {
102
mri: {
103
"$.benchmark.server":: { options: ["--", "--no-core-load-path"] },
104
downloads+: {
105
- MRI_HOME: { name: "ruby", version: "2.3.3" },
+ MRI_HOME: { name: "ruby", version: "2.6.3" },
106
},
107
108
environment+: {
doc/contributor/updating-ruby.md
@@ -49,6 +49,7 @@ You'll usually get some conflicts to work out.
49
* Update `doc/legal/legal.md`
50
* Update `doc/contributor/stdlib.md`
51
* Update method lists - see `spec/truffle/methods_spec.rb`
52
+* Update `ci.jsonnet` to use the corresponding MRI version for benchmarking
53
54
## Update libraries from third-party repos
55
0 commit comments