-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs after adding
exec_group_compatible_with
In addition to documenting the new attribute, existing documented best practices around exec constraints also need to change. Last part of #24964. Closes #24964. PiperOrigin-RevId: 722710541 Change-Id: I92d957311e911899070830eaa867484917b4acae
- Loading branch information
1 parent
276fa79
commit dc6ff69
Showing
5 changed files
with
77 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
.../google/devtools/build/docgen/templates/attributes/common/exec_group_compatible_with.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<p>Dictionary of strings to lists of <a href="${link build-ref#labels}">labels</a>; | ||
<a href="#configurable-attributes">nonconfigurable</a>; default is <code>{}</code> | ||
</p> | ||
|
||
<p> | ||
A dictionary of exec group names to lists of | ||
<code><a href="platforms-and-toolchains.html#constraint_value">constraint_values</a></code> | ||
that must be present in the execution platform for the given exec group. This | ||
is in addition to any constraints already set on the exec group's definition. | ||
Constraints are used to restrict the list of available execution platforms. | ||
|
||
For more details, see | ||
the description of | ||
<a href="/docs/toolchains#toolchain-resolution">toolchain resolution</a>. | ||
and | ||
<a href="/extending/exec-groups">exec groups</a> | ||
|
||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters