Closed bengcooper closed 1 year ago
Unable to reproduce over here. Perhaps a DNS or some other issue with your local mix
?
I'll investigate further - it's occurring for me in both my local dev environment and inside a builder Docker image, but that doesn't exclude possible DNS issues.
It'll work fine copying the file from the local cache, just downloading from a fresh cache is the issue.
It appears this is an upstream issue to do with requiring the ssl
application which was fixed in rustler_precompiled
v0.6.1.
Bumping the version of rustler_precompiled
dependency to the latest release (v0.7.0) seems to fix the issue.
Give this a whirl: https://hex.pm/packages/wireguardex/0.4.0
That's working great! Thanks so much for sorting it, I really appreciate all your work.
I'm encountering the following error whilst running
mix compile
with Wireguardex 0.3.6 as a dependency (with Elixir 1.15.7):The URL is valid and I can download the NIF successfully.
Any idea what might be the cause?