abbysmal / tezos-opam-repository-412

Custom fork of tezos-opam-repository to experiment with Tezos running on Multicore OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tezos artefacts

This repository contains different artefacts used in Tezos

  • packages contains specific OPAM packages.
  • zcash-params contains the Sapling parameters.
  • scripts contains miscellaneous scripts.

Dockerfiles

Several dockerfiles are provided to build docker images used in the CI of the repository Tezos

  • minimal.Dockerfile is the base image used to build Tezos docker images.
  • opam.Dockerfile is the base image used by the different jobs of the CI

Poetry files

poetry.lock and pyproject.toml are specific to Python tests used in Tezos. They must not be modified independently from the ones provided in the directory tests_python. They are used to build the virtual environment the CI jobs will use. They are useful to speed up the jobs.

About

Custom fork of tezos-opam-repository to experiment with Tezos running on Multicore OCaml


Languages

Language:Shell 64.4%Language:OCaml 20.9%Language:Dockerfile 14.7%