Skip to content

Commit

Permalink
Unpin (for now) jsoo version and disable deadcodeelimination
Browse files Browse the repository at this point in the history
This reverts commit 6b86593.
  • Loading branch information
antoinepouille committed Mar 15, 2024
1 parent 6b86593 commit fec4bd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
texlive-fonts-recommended texlive-pictures tex4ht \
texlive-latex-extra
opam depext --install --yes dune num yojson lwt fmt logs re \
odoc lwt_react tyxml-ppx js_of_ocaml-lwt=5.4.0 \
odoc lwt_react tyxml-ppx js_of_ocaml-lwt \
js_of_ocaml-tyxml camlp-streams ${{ matrix.additional-packages }}
- name: Make Kappa
run: opam exec -- make all
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Install OPAM dependencies
run: |
opam install --yes dune num yojson result lwt fmt logs re \
lwt_react tyxml-ppx js_of_ocaml-lwt=5.4.0 \
lwt_react tyxml-ppx js_of_ocaml-lwt \
js_of_ocaml-tyxml atdgen result
- name: Make Kappa
run: opam exec -- make all
Expand All @@ -118,7 +118,7 @@ jobs:
- name: Install OPAM dependencies
run: |
opam install --yes dune num yojson result lwt fmt logs re \
lwt_react tyxml-ppx js_of_ocaml-lwt=5.4.0 \
lwt_react tyxml-ppx js_of_ocaml-lwt \
js_of_ocaml-tyxml atdgen result
- name: Make Kappa
run: opam exec -- make all
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Install OPAM dependencies
run: >
opam install --yes dune num yojson result lwt fmt logs re
lwt_react tyxml-ppx js_of_ocaml-lwt=5.4.0
lwt_react tyxml-ppx js_of_ocaml-lwt
js_of_ocaml-tyxml atdgen result
- name: Make Kappa
run: opam exec -- make all
Expand Down
5 changes: 4 additions & 1 deletion gui/dune
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,7 @@
-open
Kappa_logging
-open
Kappa_cflow))
Kappa_cflow
)
(js_of_ocaml (flags --disable globaldeadcode --disable deadcode))
)

0 comments on commit fec4bd9

Please sign in to comment.