Skip to content

Commit 8032f1d

Browse files
authored
Add since info to recently added env vars (#15458)
1 parent 9f24a45 commit 8032f1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/mix/lib/mix.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,12 +356,12 @@ defmodule Mix do
356356
* `MIX_INSTALL_DIR` *(since v1.12.0)* - specifies directory where `Mix.install/2` keeps
357357
install cache
358358
359-
* `MIX_OS_CONCURRENCY_LOCK` - when set to `0` or `false`, disables mix compilation locking.
359+
* `MIX_OS_CONCURRENCY_LOCK` *(since v1.18.2)* - when set to `0` or `false`, disables mix compilation locking.
360360
While not recommended, this may be necessary in cases where hard links or TCP sockets are
361361
not available. When opting for this behaviour, make sure to not start concurrent compilations
362362
of the same project
363363
364-
* `MIX_OS_DEPS_COMPILE_PARTITION_COUNT` - when set to a number greater than 1, it enables
364+
* `MIX_OS_DEPS_COMPILE_PARTITION_COUNT` *(since v1.19.0)* - when set to a number greater than 1, it enables
365365
compilation of dependencies over multiple operating system processes. See `mix help deps.compile`
366366
for more information
367367

0 commit comments

Comments
 (0)