You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2021. It is now read-only.
I've been trying to download and run the installers in AppVeyor. From my observation, the download process has a 50-50 chance of failure with the error message:
curl -fsS -o ocaml-installer.exe --retry 3 http://gallium.inria.fr/~protzenk/caml-installer/ocaml-4.02.3-i686-mingw64-installer4-opam.exe
curl: (18) transfer closed with 77220558 bytes remaining to read
Is it possible for the installer to be hosted in a more reliable place?
One solution is to use Bintray, which is free for open source projects. You may create an organization and host the installers there.
Another solution is to use Github's releases, which allow attaching binaries to a tagged release.
I've been trying to download and run the installers in AppVeyor. From my observation, the download process has a 50-50 chance of failure with the error message:
Is it possible for the installer to be hosted in a more reliable place?
One solution is to use Bintray, which is free for open source projects. You may create an organization and host the installers there.
Another solution is to use Github's releases, which allow attaching binaries to a tagged release.