Skip to content

Commit 4818920

Browse files
authored
Merge pull request #813 from tsloughter/rm-eq-rebar3
remove unneeded eqwalizer_rebar3 plugin
2 parents a8dd294 + c04020e commit 4818920

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/erlang.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ jobs:
137137
${{ runner.os }}-eqWAlizer-${{ matrix.otp_version }}-5-
138138
- name: Download elp
139139
run: |
140-
wget https://github.com/WhatsApp/eqwalizer/releases/download/v0.17.16/elp-linux.tar.gz
141-
tar xvf elp-linux.tar.gz
140+
wget https://github.com/WhatsApp/erlang-language-platform/releases/download/2024-12-09/elp-linux-x86_64-unknown-linux-gnu-otp-27.1.tar.gz
141+
tar xvf elp-linux-x86_64-unknown-linux-gnu-otp-27.1.tar.gz
142142
- name: Compile
143143
run: rebar3 compile
144144
- name: eqWAlizer

rebar.config

+2-8
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,9 @@
1212
{project_plugins, [covertool,
1313
%% TODO: figure out why grpcbox_plugin fails to build in elixir github action
1414
%% it isn't needed often so fine to just leave it commented out for now
15-
grpcbox_plugin,
15+
grpcbox_plugin,
1616
{gradualizer, {git, "https://github.com/josefs/Gradualizer.git",
17-
{branch, "master"}}},
18-
{eqwalizer_rebar3,
19-
{git_subdir,
20-
"https://github.com/whatsapp/eqwalizer.git",
21-
{branch, "main"},
22-
"eqwalizer_rebar3"}}
23-
]}.
17+
{branch, "master"}}}]}.
2418

2519
{gradualizer_opts, [{exclude_modules, [opentelemetry_trace_service,
2620
opentelemetry_metrics_service,

0 commit comments

Comments
 (0)