Closed polvalente closed 1 week ago
I can take this one up.
Looks like the setup-beam
action we use in Nx only supports Windows & Linux:
Error: @erlef/setup-beam only supports Ubuntu and Windows at this time
Trying to see if someone has done this before for macOS. If not, I'll look into adding macOS support in https://github.com/erlef/setup-beam/blob/ff4f054c9196e7939f3d1316771d9236c46ef126/src/setup-beam.js#L751
Ah, never mind. Looks like it's already in progress in #38
Hi @samrat sorry I was testing while you were replying to this issue.
Looks like the setup-beam action we use in Nx only supports Windows & Linux:
We can use https://elixir-lang.org/install.sh
to install both Erlang/OTP and Elixir for macOS. I've created a PR for it
We need basic CI for running tests + ensuring format and warnings. Adapting the one from Nx/Torchx should be fine