ocaml / ocaml-ci-scripts

Skeletons for CI scripts
ISC License
101 stars 57 forks source link

Use HTTPS mirror #356

Closed Leonidas-from-XIV closed 2 years ago

Leonidas-from-XIV commented 2 years ago

There is some weirdness with file checks going on on appveyor and using HTTPS will prevent potential proxies with meddling with the data.

Attempts to solve problems in builds like these: https://ci.appveyor.com/project/ygrek/ocaml-extlib/builds/44404178

kit-ty-kate commented 2 years ago

The CI seems to fail with the same error here for some reason

Leonidas-from-XIV commented 2 years ago

The CI script here uses HTTP still, so maybe merging this will help? I don't know, I have no idea about AppVeyor nor Windows, I'm just trying to fix existing users of AppVeyor like ocaml-extlib.

And I guess replacing HTTP with HTTPS probably at the very least won't hurt.

kit-ty-kate commented 2 years ago

ok, let's see

Leonidas-from-XIV commented 2 years ago

Thanks. Looks like it did not help. Also not even made a difference, it still picks up HTTP somehow here.