-
Notifications
You must be signed in to change notification settings - Fork 47
Uses discontinued repository on Windows #547
Copy link
Copy link
Closed
Description
I've been submitting an update to Merlin ocaml/merlin#1475 which uses Yojson 2.0.0. It turns out the CI on Windows fails because Yojson 2.0.0 is not available.
Further inspection shows that it uses https://github.com/fdopen/opam-repository-mingw.git#opam2 which is apparently discontinued. That probably means that there won't be many if all updates going forward. Though even despite the blog post stating August 2021 there still seems to be activity in that repository.
Looking at the source code
setup-ocaml/src/setup-ocaml/constants.ts
Lines 69 to 72 in 99ffdbe
| const defaultRepository = | |
| platform !== Platform.Win32 | |
| ? "https://github.com/ocaml/opam-repository.git" | |
| : "https://github.com/fdopen/opam-repository-mingw.git#opam2"; |
this seems to be a deliberate decision, hence I am opening this ticket to discuss what's the best way to go forward with this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels