File tree 6 files changed +10
-8
lines changed
6 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -476,8 +476,8 @@ let main oc : unit =
476
476
(" OPAM12CACHE" , " ~/.cache/opam1.2/cache" );
477
477
(* These should be identical to the values in appveyor.yml *)
478
478
(" OPAM_REPO" , " https://github.com/ocaml/opam-repository.git" );
479
- (" OPAM_TEST_REPO_SHA" , " c687553afb80373165068d67f33512b7ad39e6a3 " );
480
- (" OPAM_REPO_SHA" , " c687553afb80373165068d67f33512b7ad39e6a3 " );
479
+ (" OPAM_TEST_REPO_SHA" , " c61e9068d528d92b1d6ac84a06cf44489b10b835 " );
480
+ (" OPAM_REPO_SHA" , " c61e9068d528d92b1d6ac84a06cf44489b10b835 " );
481
481
(" SOLVER" , " " );
482
482
(* Cygwin configuration *)
483
483
(" CYGWIN_MIRROR" , " http://mirrors.kernel.org/sourceware/cygwin/" );
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ defaults:
18
18
env :
19
19
OPAMVERSION : 2.1.0
20
20
OPAM_REPO : https://github.com/ocaml/opam-repository.git
21
- OPAM_REPO_SHA : c687553afb80373165068d67f33512b7ad39e6a3
21
+ OPAM_REPO_SHA : c61e9068d528d92b1d6ac84a06cf44489b10b835
22
22
23
23
jobs :
24
24
opam-cache :
Original file line number Diff line number Diff line change 26
26
OPAMBSROOT : ~/.cache/.opam.cached
27
27
OPAM12CACHE : ~/.cache/opam1.2/cache
28
28
OPAM_REPO : https://github.com/ocaml/opam-repository.git
29
- OPAM_TEST_REPO_SHA : c687553afb80373165068d67f33512b7ad39e6a3
30
- OPAM_REPO_SHA : c687553afb80373165068d67f33512b7ad39e6a3
29
+ OPAM_TEST_REPO_SHA : c61e9068d528d92b1d6ac84a06cf44489b10b835
30
+ OPAM_REPO_SHA : c61e9068d528d92b1d6ac84a06cf44489b10b835
31
31
SOLVER :
32
32
CYGWIN_MIRROR : http://mirrors.kernel.org/sourceware/cygwin/
33
33
CYGWIN_ROOT : D:\cygwin
Original file line number Diff line number Diff line change @@ -97,11 +97,13 @@ users)
97
97
## Build
98
98
* Upgrade vendored cmdliner to 1.3.0 [ #5970 @kit-ty-kate ]
99
99
* Remove unused/untested Makefile targets lib-pkg [ #5494 @kit-ty-kate ]
100
+ * Upgrade vendored OCaml compiler to 4.14.2 [ #5976 @kit-ty-kate ]
100
101
101
102
## Infrastructure
102
103
* Ensure GNU coreutils available on the macOS 14 CI runners [ #5938 @dra27 ]
103
104
104
105
## Release scripts
106
+ * Upgrade the OCaml compiler used for releases to 4.14.2 [ #5976 @kit-ty-kate ]
105
107
106
108
## Install script
107
109
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ VERSION = $(shell git describe $(TAG))
3
3
OPAM_VERSION = $(subst -,~,$(VERSION ) )
4
4
GIT_URL = ..
5
5
6
- OCAMLV = 4.14.0
6
+ OCAMLV = 4.14.2
7
7
# currently hardcoded in Dockerfile.in
8
8
OCAML_URL = https://caml.inria.fr/pub/distrib/ocaml-$(basename $(OCAMLV ) ) /ocaml-$(OCAMLV ) .tar.gz
9
9
Original file line number Diff line number Diff line change 8
8
9
9
PATCH ?= patch
10
10
11
- URL_ocaml = https://caml.inria.fr/pub/distrib/ocaml-4.14/ocaml-4.14.1 .tar.gz
12
- MD5_ocaml = c45b013a233c9a4b80c3930d723d19dd
11
+ URL_ocaml = https://caml.inria.fr/pub/distrib/ocaml-4.14/ocaml-4.14.2 .tar.gz
12
+ MD5_ocaml = f2fa20be4eea01f837b3556ff282d9b0
13
13
14
14
URL_flexdll = https://github.com/ocaml/flexdll/archive/0.43.tar.gz
15
15
MD5_flexdll = 6ce706f6c65b2c5adf5791fac678f090
You can’t perform that action at this time.
0 commit comments