Skip to content

Commit dcc27c2

Browse files
authored
Optimize Rebar compilation by skipping plugins
1 parent 763d0f1 commit dcc27c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mix/lib/mix/tasks/deps.compile.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ defmodule Mix.Tasks.Deps.Compile do
228228
env = [
229229
# REBAR_BARE_COMPILER_OUTPUT_DIR is only honored by rebar3 >= 3.14
230230
{"REBAR_BARE_COMPILER_OUTPUT_DIR", build_path},
231+
{"REBAR_SKIP_PROJECT_PLUGINS", "true"},
231232
{"REBAR_CONFIG", config_path},
232233
{"REBAR_PROFILE", "prod"},
233234
{"TERM", "dumb"}

0 commit comments

Comments
 (0)