Commit 50d5182
committed
build(js_of_ocaml): Remove
as for some reason a duplicate flag was passed, causing failure:
href: https://github.com/ocaml-sf/learn-ocaml/actions/runs/12846419515/job/35821578447?pr=602
```
#26 15.79 - File "src/app/dune", line 86, characters 7-30:
#26 15.79 - 86 | (name learnocaml_student_view)
#26 15.79 - ^^^^^^^^^^^^^^^^^^^^^^^
#26 15.79 - (cd _build/default/src/app && /home/opam/.opam/5.1/bin/js_of_ocaml --no-source-map --no-source-map --opt=2 --enable=use-js-string --target-env=browser -o learnocaml_student_view.bc.js /home/opam/.opam/5.1/lib/cstruct/cstruct.js /home/opam/.opam/5.1/lib/bigstringaf/runtime.js ../ace-lib/ace_bindings.js learnocaml_student_view.bc-for-jsoo)
#26 15.79 - js_of_ocaml: option '--no-source-map' cannot be repeated
#26 15.79 - Usage: js_of_ocaml [COMMAND] …
#26 15.79 - Try 'js_of_ocaml --help' for more information.
```
using js_of_ocaml 5.9.1--no-source-map from root dune file1 parent 6be6e54 commit 50d5182
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments