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
Copy file name to clipboardExpand all lines: mastering/policies.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ As previously demonstrated, we can use the :command:`--build` option to change t
13
13
- :command:`--build cascade` will build from code all the nodes with some dependency being built (for any reason). Can be used together with any
14
14
other build policy. Useful to make sure that any new change introduced in a dependency is incorporated by building again the package.
15
15
- :command:`--build pattern*` will build only the packages with the reference starting with "pattern".
16
+
- :command:`--build --build=!some_package` will build all requirements from sources, except for some_package.
16
17
17
18
18
19
With the ``build_policy`` attribute in the `conanfile.py` the package creator can change the default Conan's build behavior. The allowed build_policy values are:
0 commit comments