File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -544,8 +544,8 @@ let main oc : unit =
544544 (" OPAM12CACHE" , " ~/.cache/opam1.2/cache" );
545545 (* These should be identical to the values in appveyor.yml *)
546546 (" OPAM_REPO" , " https://github.com/kit-ty-kate/opam-repository.git" );
547- (" OPAM_TEST_REPO_SHA" , " 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee " );
548- (" OPAM_REPO_SHA" , " 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee " );
547+ (" OPAM_TEST_REPO_SHA" , " 2e86b4d508e56b2affe6458ef776e20b9b4ec253 " );
548+ (" OPAM_REPO_SHA" , " 2e86b4d508e56b2affe6458ef776e20b9b4ec253 " );
549549 (" SOLVER" , " " );
550550 (* Cygwin configuration *)
551551 (" CYGWIN_MIRROR" , " http://mirrors.kernel.org/sourceware/cygwin/" );
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ defaults:
1919env :
2020 OPAMVERSION : 2.4.1
2121 OPAM_REPO : https://github.com/kit-ty-kate/opam-repository.git
22- OPAM_REPO_SHA : 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee
22+ OPAM_REPO_SHA : 2e86b4d508e56b2affe6458ef776e20b9b4ec253
2323
2424jobs :
2525 opam-cache :
Original file line number Diff line number Diff line change 2626 OPAMBSROOT : ~/.cache/.opam.cached
2727 OPAM12CACHE : ~/.cache/opam1.2/cache
2828 OPAM_REPO : https://github.com/kit-ty-kate/opam-repository.git
29- OPAM_TEST_REPO_SHA : 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee
30- OPAM_REPO_SHA : 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee
29+ OPAM_TEST_REPO_SHA : 2e86b4d508e56b2affe6458ef776e20b9b4ec253
30+ OPAM_REPO_SHA : 2e86b4d508e56b2affe6458ef776e20b9b4ec253
3131 SOLVER :
3232 CYGWIN_MIRROR : http://mirrors.kernel.org/sourceware/cygwin/
3333 CYGWIN_ROOT : D:\cygwin
You can’t perform that action at this time.
0 commit comments