We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81551a7 commit 5833bdcCopy full SHA for 5833bdc
bench.Dockerfile
@@ -37,6 +37,7 @@ WORKDIR /bench-dir/js_of_ocaml
37
COPY --chown=opam:opam js_of_ocaml-compiler.opam .
38
RUN opam install -y --deps-only ./js_of_ocaml-compiler.opam \
39
&& opam install opam-format stringext uucp cstruct \
40
+ && opam pin add ppxlib -n 0.35.0 \
41
&& opam clean
42
43
# Prepare partial render table benchmark
0 commit comments