Skip to content

Jsoo-compiler is a dev dependency

Context

dune build src/lib_micheline (as well as stdlib and error_monad) fail because the js_of_ocaml binary is not found in the path. This MR installs js_of_ocaml-compiler as a dev dependency (make build-dev-deps).

Note that jsoo-compiler is not needed to simply build the source (via make). This is why jsoo is not installed by make build-deps in this MR.

Manually testing the MR

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, the Development Version section of CHANGES.md for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports