Opam: add compiler version contraints
This commit is contained in:
parent
d2708740c8
commit
38ca0b8ad0
@ -22,3 +22,5 @@ build: [
|
||||
build-test: [
|
||||
[ "jbuilder" "runtest" "-p" name "-j" jobs ]
|
||||
]
|
||||
## ocaml-version should be in sync with `script/version.sh`
|
||||
available: [ ocaml-version = "4.04.2" ]
|
@ -1,4 +1,7 @@
|
||||
#! /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
|
||||
|
Loading…
Reference in New Issue
Block a user