Commit 8b0b5c7046 (p5312: removed duplicate performance test script, 2025-04-17) removed the 't/perf/p5312-pack-bitmaps-revs.sh' script, but forgot to remove it from 't/meson.build', resulting in a broken build. In order to fix the build, remove the script from 't/meson.build'. Signed-off-by: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> --- Hi Taylor, Junio, If you need to re-roll the 'tb/pack-bitmap-lookup-tables' branch, could you please squash this into commit 8b0b5c7046. (the meson build on the current 'seen' branch is broken otherwise). Thanks! ATB, Ramsay Jones t/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/t/meson.build b/t/meson.build index 6eeb10d616..97e6d62228 100644 --- a/t/meson.build +++ b/t/meson.build @@ -1132,7 +1132,6 @@ benchmarks = [ 'perf/p5304-prune.sh', 'perf/p5310-pack-bitmaps.sh', 'perf/p5311-pack-bitmaps-fetch.sh', - 'perf/p5312-pack-bitmaps-revs.sh', 'perf/p5313-pack-objects.sh', 'perf/p5314-name-hash.sh', 'perf/p5326-multi-pack-bitmaps.sh', -- 2.49.0