JuliaWeb / LibCURL.jl

Julia wrapper for libcurl
Other
33 stars 29 forks source link

Add Cirrus setup for FreeBSD CI #66

Closed ararslan closed 5 years ago

ararslan commented 5 years ago

@omus, this PR is against your branch from #65.

ararslan commented 5 years ago

FreeBSD nightly is a known issue with the binaries, but 1.0 and 1.1 look not great. I'll see if I can figure out what in particular is causing the issue there.

ararslan commented 5 years ago

Looks like the error code is CURLE_SSL_CACERT, so I guess it's the same issue as macOS and Windows that necessitates the @test_broken in test/ssl.jl.