Skip to content

Commit c5441e2

Browse files
authored
CONAN_DEFAULT_BUILD_PROFILE env-var (#4284)
1 parent 4655ac6 commit c5441e2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

reference/environment.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ By default, if it is not defined, it will be ``<username>/.conan2``.
2121
like those that can happen in CI, need to use a separate cache, and defining ``CONAN_HOME`` is the way to do it.
2222

2323

24-
CONAN_DEFAULT_PROFILE
25-
---------------------
24+
CONAN_DEFAULT_PROFILE, CONAN_DEFAULT_BUILD_PROFILE
25+
--------------------------------------------------
2626

27-
The default profile will be the ``"default"`` file in the Conan cache. This environment variable allows to define
28-
a different default name. There are also ``conf`` items ``core:default_profile`` and ``core:default_build_profile``
29-
to define such default profile names, this env-var should be used only when the ``conf`` is not enough.
27+
The default profile will be the ``"default"`` file in the Conan cache. These environment variables allow to define
28+
a different default for the host and build profiles respectively. There are also equivalent ``conf`` items
29+
``core:default_profile`` and ``core:default_build_profile`` to define such default profile names.
30+
In general, env-vars should be used only when the ``conf`` is not enough.
3031

3132

3233
Remote login variables

tutorial/other_features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Removing unused packages from the cache
3333

3434
.. warning::
3535

36-
The least recently used feature is in **preview**.
36+
The (lru) least recently used feature is in **preview**.
3737
See :ref:`the Conan stability<stability>` section for more information.
3838

3939

0 commit comments

Comments
 (0)