Revision c9c8dda7dd0cbdb3204ab36a953deb287277b3f4 authored by Marge Bot on 06 September 2022, 10:47:20 UTC, committed by Marge Bot on 06 September 2022, 10:47:20 UTC
Co-authored-by: Ole Krüger <ole.kruger@trili.tech>

Approved-by: Swann Moreau <evertedsphere@gmail.com>
Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com>
Approved-by: Thomas Letan <lthms@nomadic-labs.com>
Approved-by: Romain <romain@nomadic-labs.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6222
2 parent s 2f1113a + 03900a2
Raw File
dune-workspace
(lang dune 3.0)

(env
 (dev
  (flags (:standard -w @1..72-4-40..42-44-45-48-60-67-69-70))
  (js_of_ocaml (runtest_alias runtest_js)))
 (release
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (static
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (_ (js_of_ocaml (runtest_alias runtest_js))))

(context (default (paths (ORIGINAL_PATH :standard))))

; This file was automatically generated, do not edit.
; Edit file manifest/manifest.ml instead.
back to top