Skip to content

Commit

Permalink
TEST: updated dune support
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Jul 19, 2024
1 parent 8a3afea commit 7d52729
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Pin dune
run: |
opam pin add -n dune.3.13 https://github.com/ocaml-wasm/dune.git#wasm-separate-compilation-v2
opam pin add -n dune.3.13 https://github.com/ocaml-wasm/dune.git#wasm_of_ocaml-incremental
- name: Pin wasm_of_ocaml
working-directory: ./wasm_of_ocaml
Expand Down
4 changes: 2 additions & 2 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
(tools/node_wrapper.sh as node))
(js_of_ocaml
(compilation_mode separate)
(targets wasm)))
(submodes wasm)))
(wasm-effects
(binaries
(tools/node_wrapper.sh as node))
(js_of_ocaml
(compilation_mode separate)
(flags
(:standard --enable effects))
(targets wasm)))
(submodes wasm)))
(bench_no_debug
(flags
(:standard \ -g))
Expand Down
2 changes: 1 addition & 1 deletion tools/ci_setup.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let dune_workspace =
(env
(_
(env-vars (TESTING_FRAMEWORK inline-test))
(js_of_ocaml (targets wasm))
(js_of_ocaml (submodes wasm))
(flags :standard -warn-error -8-32-34-49-52-55 -w -67-69)))
|}

Expand Down

0 comments on commit 7d52729

Please sign in to comment.