You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* adding proxies confs information
* adding information of CMakeToolchain find_paths block
* deployer-package negations
* adding system_requirements() section for build-time
* clarify auto_generate=True argument for VirtualBuildEnv
* add package-type for header-only libraries
* adding transitive_headers in the tutorial
The ``--deployer-package`` argument is a pattern and accepts multiple values, all package references matching any of the defined patterns will execute its ``deploy()`` method.
153
155
This includes negated patterns, where for example ``--deployer-package=~pkg/*`` will execute the ``deploy()`` method for all packages except for that of the ``pkg`` recipe.
for URLs to be excluded from the ``proxies`` configuration. That means that all URLs that are referenced that matches any
240
+
of those patterns will not receive the ``proxies`` definition. Note the ``*`` in the pattern is necessary for the match.
241
+
242
+
If ``core.net.http:clean_system_proxy`` is ``True``, then the environment variables ``"http_proxy", "https_proxy", "ftp_proxy", "all_proxy", "no_proxy"``,
243
+
will be temporary removed from the environment, so they are not taken into account when resolving proxies.
244
+
245
+
246
+
247
+
Storage configurations
248
+
----------------------
249
+
250
+
core.cache:storage_path
251
+
+++++++++++++++++++++++
252
+
253
+
Absolute path to a folder where the Conan packages and the database of the packages will be stored.
254
+
This folder will be the heaviest Conan storage folder, as it stores the binary packages downloaded or created.
0 commit comments