-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: improve how CARGO_TARGET_DIR is handled (#10200)
Previously cargo themis (builds code) and cargo clippy (checks entire crate) condended with each other for the target directory lock and most likely invalidated each other’s cache, at least to some extent. Keeping target directories between the two separate resolves this problem altogether.
- Loading branch information
Showing
1 changed file
with
29 additions
and
23 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