Skip to content

Commit 60d930a

Browse files
committed
WIP
1 parent 0706442 commit 60d930a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
if: matrix.jane_street_tests
106106
run: |
107107
opam repo add js janestreet/opam-repository
108-
opam install opam-format
108+
opam install opam-format sedlex.3.4
109109
opam exec -- dune exec --root wasm_of_ocaml tools/ci_setup.exe
110110
111111
- name: Pin Jane Street packages

bench.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN mkdir janestreet \
3636
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 \
39-
&& opam install opam-format stringext uucp cstruct \
39+
&& opam install opam-format stringext uucp cstruct sedlex.3.4 \
4040
&& opam clean
4141

4242
# Prepare partial render table benchmark

0 commit comments

Comments
 (0)