Skip to content

Commit b15a727

Browse files
committed
Warmup benchmarks need a recent enough sqlite3
1 parent c800fea commit b15a727

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci.jsonnet

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ local part_definitions = {
149149
environment+: { path+:: ["$NODE/bin"] },
150150
},
151151

152-
sqlite331: { packages+: { sqlite: ">=3.31" } },
152+
sqlite331: { packages+: { sqlite: "==3.31.0" } },
153153

154154
no_multi_tier: {
155155
environment+: {
@@ -452,7 +452,8 @@ local part_definitions = {
452452
micro: { benchmarks+:: ["micro"] },
453453
other_extra: { benchmarks+:: ["savina"] },
454454
other: { benchmarks+:: ["image-demo", "optcarrot", "synthetic", "rubykon", "liquid"] },
455-
warmup: {
455+
456+
warmup: $.use.sqlite331 + {
456457
benchmarks+:: [
457458
["--fork-count-file", "mx.truffleruby/warmup-fork-counts.json", "ruby-warmup:*"],
458459
],

0 commit comments

Comments
 (0)