ExWeb3 / ex_keccak

Elixir library for computing Keccak SHA3-256 hashes using a NIF built tiny-keccak Rust crate.
Apache License 2.0
25 stars 20 forks source link

Use a generic ENV name to force build #38

Closed feld closed 9 months ago

feld commented 10 months ago

I'm trying to get all the Rustler libs I encounter on a daily basis to share the same ENV to force the build so each library doesn't need its own ENV. It would be nice if this became a common convention among Rustler libraries....

feld commented 10 months ago

see also: https://github.com/ayrat555/ex_secp256k1/pull/20

tzumby commented 10 months ago

Thanks @feld, I kicked off the CI

tzumby commented 10 months ago

Hey @feld, thanks for the PR, do you mind updating the GH actions to match the new env var ? There's a few CI builds that are failing as well :)