Skip to content

Commit 59c8186

Browse files
committed
[GR-47779] Use CRuby 3.2.2 in CI and for benchmarking
1 parent 7ddf272 commit 59c8186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ local part_definitions = {
313313
"RUBY_SPEC_TEST_ZLIB_CRC_TABLE": "false", # CRuby was built on OL6 and is used on OL7
314314
},
315315
run+: jt(["-u", "ruby", "mspec", "spec/ruby"]) +
316+
jt(["-u", "/cm/shared/apps-ol7/ruby/3.1.2/bin/ruby", "mspec", "spec/ruby"]) +
316317
jt(["-u", "/cm/shared/apps/ruby/3.0.2/bin/ruby", "mspec", "spec/ruby"]),
317318
},
318319

0 commit comments

Comments
 (0)