Module

mix deps.compile

Changes by version

Elixir 1.19.2

· 1 change

Bugfix Tool: Mix

Improve reliability of MIX_OS_DEPS_COMPILE_PARTITION_COUNT across mix escript.install, mix archive.install, and others

Elixir 1.19.1

· 1 change

Bugfix Tool: Mix

Do not spawn partitions when all dependencies are local and already compiled

Elixir 1.19.0

· 1 change

Enhancement Tool: Mix

Support MIX_OS_DEPS_COMPILE_PARTITION_COUNT for compiling deps concurrently across multiple operating system processes

Elixir 1.18.0

· 1 change

Bugfix Tool: Mix

Fix escaping issues when invoking rebar3 in some cases

Elixir 1.16.1

· 1 change

Bugfix Tool: Mix

Handle compilation of rebar3 dependencies when rebar3 is on a path with spaces on Unix

Elixir 1.15.0

· 1 change

Enhancement Tool: Mix

Automatically recompile dependencies if their compile env changes

Elixir 1.11.3

· 1 change

Bugfix Tool: Mix

Fix compatibility with rebar v3.14

Elixir 1.11.0

· 2 changes

Enhancement Tool: Mix

Allow local deps to be skipped on mix deps.compile

Bugfix Tool: Mix

Use gmake instead of make when compiling deps on NetBSD/DragonFlyBSD

Elixir 1.10.0

· 1 change

Enhancement Tool: Mix

Add --skip-umbrella-children flag. The new flag does not compile umbrella apps. This is useful for building caches in CD/CI pipelines

Elixir 1.9.0

· 1 change

Bugfix Tool: Mix

Fix subcommand splitting bug in rebar3

Elixir 1.7.0

· 1 change

Bugfix Tool: Mix

Perform clean builds for dependencies on outdated locks to avoid old modules from affecting future compilation