55db2dbf18
- do not use a intermediate docker image between 'build' and 'test' - in 'build_deps', avoid downloading the cached image - in 'prepare', use `opam bundle` to: - embedded the sources of dependency - reduce the embedded opam repository to the needed package Other changes: - reintroduced 'sudo' in the base image, it is needed by `opam depext` and the job 'publish:doc' - moved the docker script used by the CI in `scripts/ci/`
11 lines
212 B
Bash
11 lines
212 B
Bash
#! /bin/sh
|
|
|
|
## `ocaml-verions` should be in sync with
|
|
## `lib.protocol-compiler/tezos-protocol-compiler.opam`
|
|
|
|
alpine_version=3.6
|
|
ocaml_version=4.04.2
|
|
leveldb_version=1.18
|
|
opam_version=2.0.0~rc
|
|
opam_tag=2.0.0-rc
|