Open
Milestone
Opam Lock
The goal is to get rid of tezos/opam-repository. To this end, we want to use opam lock.
The steps are the following:
- unvendor everything (to simplify the next step a bit);
- have the manifest generate
.opamfiles with all external dependencies, on which we can runopam lockto obtain.lockedfiles; - use those lock files in
make build-*-deps; - use those lock files in
tezos/opam-repository; - move the creation of Docker images from
tezos/opam-repositorytotezos/tezos.
Loading
Loading
Loading
Loading