File tree 6 files changed +6
-6
lines changed 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ brew update
6
6
brew install pkg-config
7
7
brew install opam
8
8
brew install libev
9
- opam init -y --compiler=4.12.0
9
+ opam init -y --compiler=4.12.1
10
10
eval $( opam env)
11
11
12
12
opam install -y -j 2 . --deps-only --locked
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ depends: [
29
29
"ezjsonm"
30
30
"lwt" {>= "4.0.0"}
31
31
"lwt_ssl"
32
- "ocaml" {= "4.12.0" }
32
+ "ocaml" {(> = "4.12") & (< "4.13~") }
33
33
"ocamlfind" {build}
34
34
"ocp-indent-nlfork"
35
35
"ocp-ocamlres" {>= "0.4"}
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ depends: [
67
67
"menhirSdk" {= "20210419"}
68
68
"mmap" {= "1.1.0"}
69
69
"num" {= "1.4"}
70
- "ocaml" {= "4.12.0 "}
70
+ "ocaml" {= "4.12.1 "}
71
71
"ocaml-compiler-libs" {= "v0.12.3"}
72
72
"ocaml-config" {= "2"}
73
73
"ocaml-migrate-parsetree" {= "1.8.0"}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ depends: [
40
40
"magic-mime"
41
41
"markup"
42
42
"markup-lwt"
43
- "ocaml" {= "4.12.0" }
43
+ "ocaml" {(> = "4.12") & (< "4.13~") }
44
44
"ocamlfind" {build}
45
45
"ocp-indent-nlfork"
46
46
"ocp-ocamlres" {= "0.4"}
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ depends: [
73
73
"menhirSdk" {= "20210419"}
74
74
"mmap" {= "1.1.0"}
75
75
"num" {= "1.4"}
76
- "ocaml" {= "4.12.0 "}
76
+ "ocaml" {= "4.12.1 "}
77
77
"ocaml-compiler-libs" {= "v0.12.3"}
78
78
"ocaml-config" {= "2"}
79
79
"ocaml-migrate-parsetree" {= "1.8.0"}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cd $(dirname "$0")/..
10
10
set -o pipefail
11
11
git ls-files -z | xargs -0 tar c | \
12
12
docker run --rm -i \
13
- ocamlpro/ocaml:4.12-2021-07-25 \
13
+ ocamlpro/ocaml:4.12 \
14
14
sh -uexc \
15
15
' tar x >&2 &&
16
16
sudo apk add openssl-libs-static bash >&2 &&
You can’t perform that action at this time.
0 commit comments