Skip to content

Commit e050972

Browse files
committed
add added in 1.37 comment
1 parent ee2cac1 commit e050972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mastering/policies.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ With the ``build_policy`` attribute in the `conanfile.py` the package creator ca
2121
- ``missing``: If no binary package is found, Conan will build it without the need to invoke Conan install with :command:`--build missing`
2222
option.
2323
- ``always``: The package will be built always, **retrieving each time the source code** executing the "source" method.
24-
- ``never``: (experimental) Never builds this package from source, this package can only be created with a ``conan export-pkg`` command.
24+
- ``never``: (experimental, available from Conan 1.37) Never builds this package from source, this package can only be created with a ``conan export-pkg`` command.
2525

2626

2727
.. code-block:: python

reference/commands/creator/export-pkg.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ There are different scenarios where this command could look like useful:
139139

140140
Packages created with ``conan export-pkg`` cannot be rebuilt from sources in the cache with the ``--build``
141141
command line argument. It is possible to specify the class attribute ``build_policy="never"`` in this recipes
142-
(this is an experimental feature) to avoid the ``--build=*`` or ``--build`` argument to try to rebuild them from sources
142+
(this is an experimental feature, available from Conan 1.37) to avoid the ``--build=*`` or ``--build`` argument to try to rebuild them from sources
143143
as part of a dependency graph.
144144

145145

0 commit comments

Comments
 (0)