tessi / wasmex

Execute WebAssembly from Elixir
MIT License
558 stars 32 forks source link

bump rustler_precompiled #656

Closed DnOberon closed 2 weeks ago

DnOberon commented 1 month ago

Need to bump rustler_precomplied so the CA_CERTS env var can be used for HTTP requests.

@tessi - this update is needed so those behind corporate firewalls can use :rustler_precompiled.

tessi commented 1 month ago

@DnOberon thanks for your PR! ๐Ÿ’š Happy to bump rustler, can you please run mix deps.get to update the lockfile?

DnOberon commented 1 month ago

Oh crap. Canโ€™t believe I forgot that. Will do soon as Iโ€™m back home!

On Wed, Oct 23, 2024 at 7:08โ€ฏAM Philipp Tessenow @.***> wrote:

@DnOberon https://github.com/DnOberon thanks for your PR! ๐Ÿ’š Happy to bump rustler, can you please run mix deps.get to update the lockfile?

โ€” Reply to this email directly, view it on GitHub https://github.com/tessi/wasmex/pull/656#issuecomment-2431754769, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFS4N4YLN37QDJ5Z4DLVETZ457S5AVCNFSM6AAAAABQH3FUJ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZRG42TINZWHE . You are receiving this because you were mentioned.Message ID: @.***>

DnOberon commented 1 month ago

@tessi done!

DnOberon commented 3 weeks ago

I'm not sure why the checks are failing @tessi :\

tessi commented 2 weeks ago

hmm, weird. I have the same failures on main. will investigate :)

tessi commented 2 weeks ago

ahh, it's some multivalue bug - and that feature always was a bit shaky. I'll disable it in main and then do a run around updating all the deps (including this one)

tessi commented 2 weeks ago

@DnOberon I updated rustler_precompiled and fixed those error (by removing the tests ๐Ÿ˜… ). Ended up updating all the things and releasing a new version v0.9.2

Thanks again for opening this PR and being patient with me. It took me until I had a day off work to find the time :)

DnOberon commented 2 weeks ago

Thank you :)