Skip to content

Commit 5833bdc

Browse files
vouillonhhugo
authored andcommitted
Fix benchmarks
1 parent 81551a7 commit 5833bdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ WORKDIR /bench-dir/js_of_ocaml
3737
COPY --chown=opam:opam js_of_ocaml-compiler.opam .
3838
RUN opam install -y --deps-only ./js_of_ocaml-compiler.opam \
3939
&& opam install opam-format stringext uucp cstruct \
40+
&& opam pin add ppxlib -n 0.35.0 \
4041
&& opam clean
4142

4243
# Prepare partial render table benchmark

0 commit comments

Comments
 (0)