swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 38fb081aebbf8964688af7dfb60116f40aeba39a authored by iguerNL@Functori on 23 November 2022, 12:58:41 UTC
Quick test to exhibit cementation failure if other stakers are on LCC
Tip revision: 38fb081
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(env (_ (env-vars (NODE_PRELOAD hacl-wasm,ocaml-bls12-381,secp256k1-wasm))))

(library
 (name tezos_version)
 (public_name tezos-version)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-version.parser)
 (js_of_ocaml)
 (flags
  (:standard)
  -opaque
  -open Tezos_base.TzPervasives))

(rule
 (targets generated_git_info.ml)
 (deps (universe))
 (action (run ./exe/get_git_info.exe)))
back to top