Skip to content

Commit b8cf3c6

Browse files
committed
[GR-17457] Warmup benchmarks need a recent enough sqlite3
PullRequest: truffleruby/3260
2 parents 947cbab + b15a727 commit b8cf3c6

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)