File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
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" , " c61e9068d528d92b1d6ac84a06cf44489b10b835 " );
480
- (" OPAM_REPO_SHA" , " c61e9068d528d92b1d6ac84a06cf44489b10b835 " );
479
+ (" OPAM_TEST_REPO_SHA" , " dff745994c64d083a6ba3ddc5a9c28ed0ad0f40a " );
480
+ (" OPAM_REPO_SHA" , " dff745994c64d083a6ba3ddc5a9c28ed0ad0f40a " );
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 : c61e9068d528d92b1d6ac84a06cf44489b10b835
21
+ OPAM_REPO_SHA : dff745994c64d083a6ba3ddc5a9c28ed0ad0f40a
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 : c61e9068d528d92b1d6ac84a06cf44489b10b835
30
- OPAM_REPO_SHA : c61e9068d528d92b1d6ac84a06cf44489b10b835
29
+ OPAM_TEST_REPO_SHA : dff745994c64d083a6ba3ddc5a9c28ed0ad0f40a
30
+ OPAM_REPO_SHA : dff745994c64d083a6ba3ddc5a9c28ed0ad0f40a
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 @@ -104,6 +104,7 @@ users)
104
104
105
105
## Infrastructure
106
106
* Ensure GNU coreutils available on the macOS 14 CI runners [ #5938 @dra27 ]
107
+ * Update the opam-repository testing sha to include the new compiler packages in opam-repository [ #5998 @dra27 ]
107
108
108
109
## Release scripts
109
110
* Upgrade the OCaml compiler used for releases to 4.14.2 [ #5976 @kit-ty-kate ]
You can’t perform that action at this time.
0 commit comments