File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments