2017-01-22 01:59:18 +01:00
|
|
|
#! /bin/sh
|
|
|
|
|
2018-01-18 16:18:55 +01:00
|
|
|
## `ocaml-version` should be in sync with `README.rst` and
|
2017-12-06 19:51:52 +01:00
|
|
|
## `lib.protocol-compiler/tezos-protocol-compiler.opam`
|
|
|
|
|
2018-01-18 16:18:55 +01:00
|
|
|
ocaml_version=4.06.1
|
2018-07-24 20:29:08 +02:00
|
|
|
opam_version=2.0.0
|
2018-07-04 23:08:20 +02:00
|
|
|
|
|
|
|
## Please update `.gitlab-ci.yml` accordingly
|
2018-07-24 20:29:08 +02:00
|
|
|
opam_repository_tag=4200cbebcae75562d79898a8e11e9f4dc237cc08
|
|
|
|
full_opam_repository_tag=2274027270cc192b88ecd7b9d4035dba66b2cffd
|
2018-06-27 12:58:06 +02:00
|
|
|
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
|
2018-05-25 09:56:14 +02:00
|
|
|
opam_repository=$opam_repository_url\#$opam_repository_tag
|