2017-01-22 04:59:18 +04:00
|
|
|
#! /bin/sh
|
|
|
|
|
2018-01-18 19:18:55 +04:00
|
|
|
## `ocaml-version` should be in sync with `README.rst` and
|
2017-12-06 22:51:52 +04:00
|
|
|
## `lib.protocol-compiler/tezos-protocol-compiler.opam`
|
|
|
|
|
2018-01-18 19:18:55 +04:00
|
|
|
ocaml_version=4.06.1
|
2018-11-06 18:17:10 +04:00
|
|
|
opam_version=2.0
|
2018-07-05 01:08:20 +04:00
|
|
|
|
|
|
|
## Please update `.gitlab-ci.yml` accordingly
|
2019-02-02 00:30:21 +04:00
|
|
|
opam_repository_tag=9f0956e21f4dcd2803d83072903872eba196bef8
|
|
|
|
full_opam_repository_tag=3ed20d6cfd8a35fd8b459bec3a30e149b6dc03d4
|
2018-06-27 14:58:06 +04:00
|
|
|
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
|
2018-05-25 11:56:14 +04:00
|
|
|
opam_repository=$opam_repository_url\#$opam_repository_tag
|