https://gitlab.com/tezos/tezos
Revision c87f67f2860c42532e60a88498dd1ffd6a6bbe27 authored by vbot on 19 April 2023, 15:41:56 UTC, committed by Marge Bot on 28 April 2023, 11:16:19 UTC
Co-authored-by: klakplok <benjamin.canou@nomadic-labs.com>
Co-authored-by: Pierre Chambart <pierre.chambart@ocamlpro.com>
1 parent c1f33c8
Raw File
Tip revision: c87f67f2860c42532e60a88498dd1ffd6a6bbe27 authored by vbot on 19 April 2023, 15:41:56 UTC
Ddb: compute the minimal timeout while folding on requests
Tip revision: c87f67f
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/main.ml instead.
back to top