wishing installing this was easier
Opened this issue · 1 comments
wmcnamee-coreweave commented
I tried to brew install this, and it eventually failed because of a failure to install hex
.
** (Mix) httpc request failed with: {:failed_connect, [{:to_address, {~c"builds.hex.pm", 443}}, {:inet, [:inet], {:tls_alert, {:unknown_ca, ~c"TLS client: In state wait_cert_cr at ssl_handshake.erl:2125 generated CLIENT ALERT: Fatal - Unknown CA\n"}}}]}
Could not install Hex because Mix could not download metadata at https://builds.hex.pm/installs/hex-1.x.csv.
Alternatively, you can compile and install Hex directly with this command:
$ mix archive.install github hexpm/hex branch latest
I kinda wish this was just a pre-built binary I could snag.
mhanberg commented
It's possible, it just needs some attention.
Basically need to update burrito to the latest version and then update the homebrew tap to use macos-13 and macos-14, then it should make prebuilt binaries of both architectures that brew will install. (Known as "bottles" in homebrew parlance)
I'm not sure when I'll have time to do this so a PR is welcome!🙏🏻