Skip to content

Commit

Permalink
Add mention to tools.files.download:verify (#3342)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Aug 29, 2023
1 parent 35d72b7 commit 7ee4bae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Conan extensions examples
=========================

.. note::

Check the `conan-extensions <https://github.com/conan-io/conan-extensions>`_ repository,
which hosts useful extensions ready to use or to take inspiration from for your custom ones

.. toctree::
:maxdepth: 2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,8 @@ under ``dependencies_sources`` using :ref:`conan.tools.copy<conan_tools_files_co
``tools.build:download_source=True`` is necessary so that ``dep.folders.source_folder`` is defined for the dependencies.
Without the conf, said variable will not be defined for those dependencies that do not need to be built from sources
nor in those commands that do not require building, such as :command:`conan graph`.

.. note::

If your custom deployer needs access to the full dependency graph, including those libraries that might be skipped,
use the ``tools.graph:skip_binaries=False`` conf. This is useful for collecting, for example, all the licenses in your graph.

0 comments on commit 7ee4bae

Please sign in to comment.