package tezos-plonk
Install
Dune Dependency
Authors
Maintainers
Sources
md5=f4d396b1c5d18f05f3c40460c66ab749
sha512=a9559de5a925ffaad6fe79fb25981bcefb007edd1c599155a42e7729a1639c8cdf06f38428a70d70e7c70ac2d1b4ebc63b702c189be4b5042e7e23c7c90b6d01
Description
Published: 04 Aug 2022
README
README.md
To setup correctly your local environment run the script ./scripts/install_build_deps.sh
which will take care of creating a local opam directory _opam
and installing:
the right Rust version
the right OCaml version
the system dependencies
opam build and test dependencies.
The CI uses the same script so it's easier to make sure that it matches your local setup. The CI's first job launches the installation script and then caches the resulting _opam
. Following jobs will then download the cache and run. The first job exists immediately if it detects that the cache is already populated.
The cache can be cleared clicking "Clear runner caches" under pipelines, and it's important to do so if any *.opam
files or .gitlab-ci.yml
have changed. A pipeline w/o cache takes 18 minutes vs 5 minutes for one with cache.
The cache contains also the dune directory _build
so that it is shared between branches and MRs to avoid re-building code or re-running tests that haven't changed.
Dependencies (7)
-
tezos-plompiler
= version
-
tezos-bls12-381-polynomial
= version
- data-encoding
-
bls12-381
>= "4.0.0"
-
hacl-star
>= "0.4.0"
-
ocaml
>= "4.12.0"
-
dune
>= "2.8"
Dev Dependencies (4)
-
odoc
with-doc
-
bisect_ppx
with-test
-
qcheck-alcotest
with-test
-
alcotest
with-test & >= "1.1.0"
Used by (1)
-
tezos-protocol-environment
>= "14.0" & < "16.0"
Conflicts
None