-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added templating support to build.build-dir
This commit add the ability to use predefined variables when specifying the `build.build-dir` in the Cargo configuration. The currently supported template variables are: * `{workspace-root}` which will expand to the Cargo workspace root * `{cargo-cache}` which will expand to `CARGO_HOME` but will likely change in the future. * `{workspace-manifest-path-hash}` which will expand to a short hash of the workspace manifest's path.
- Loading branch information
1 parent
6eb89af
commit f53007f
Showing
4 changed files
with
147 additions
and
3 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
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