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 cb37f64 commit f965d2dCopy full SHA for f965d2d
bench.Dockerfile
@@ -9,6 +9,10 @@ RUN sudo ln -sf /usr/bin/opam-2.3 /usr/bin/opam
9
RUN opam remote add origin https://github.com/ocaml/opam-repository.git \
10
&& opam update
11
12
+# Switch to patched OCaml compiler
13
+RUN opam switch create hints ocaml-variants.5.3.1+trunk \
14
+ && opam pin ocaml-variants https://github.com/hhugo/ocaml.git#optimization-hints
15
+
16
# Install node
17
ENV NODE_VERSION=v24.0.0-v8-canary2025030537242e55ac
18
ENV NODE=node-$NODE_VERSION-linux-x64
0 commit comments