-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appveyor builds fail looking for Curl #66
Comments
I suspect it is related to the latest platform update I found an appveyor support issue about curl not being found. It seems git previously put curl in the default path. That got me wondering if the paths used in trust were correct The above issue mentions using git's mingw
Appveyor's documentation for the build environment lists these paths
I've not had a chance to try changing the path to see if they fix my builds. |
I just got a successful build with the workaround specified in appveyor/ci#1426 I added the line
Unconditionally to the path |
My PR to fix cobalt.rs: cobalt-org/cobalt.rs#205 |
Someone brought up the idea of using Invoke-WebRequest |
I have used that before and it was unreliable. Sometimes I got download / authentication failures when downloading rustup. I have had zero issues with curl. |
Example
output for cobalt.rs
The text was updated successfully, but these errors were encountered: