chore: override erlang and elixir used to compile elixir-ls #102

Merged
joao.dubas merged 1 commits from jpd-upgrade-elixir-ls-setup into main 2024-10-30 18:49:46 +00:00
Owner

With this change, it's possible to override the erlang and elixir versions used to compile elixir-ls.

For example, to compile v0.24.1 with erlang 27.1.2 and elixir 1.17.3, run the following:

./elixir-ls-setup.sh v0.24.1 27.1.2 1.17.3
With this change, it's possible to override the `erlang` and `elixir` versions used to compile `elixir-ls`. For example, to compile v0.24.1 with erlang 27.1.2 and elixir 1.17.3, run the following: ```bash ./elixir-ls-setup.sh v0.24.1 27.1.2 1.17.3 ```
joao.dubas added 1 commit 2024-10-30 18:48:12 +00:00
With this change, it's possible to override the `erlang` and `elixir`
versions used to compile `elixir-ls`.

For example, to compile v0.24.1 with erlang 27.1.2 and elixir 1.17.3,
run the following:

```bash
./elixir-ls-setup.sh v0.24.1 27.1.2 1.17.3
```
joao.dubas force-pushed jpd-upgrade-elixir-ls-setup from 1552c1fdc3 to 3cc0d94cd4 2024-10-30 18:49:37 +00:00 Compare
joao.dubas merged commit aa7d3ca29c into main 2024-10-30 18:49:46 +00:00
joao.dubas deleted branch jpd-upgrade-elixir-ls-setup 2024-10-30 18:49:46 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joao.dubas/ide#102
No description provided.