-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable incremental compilation in CI (#1322)
There's no reason to use Rust's incremental compilation in CI. According to matklad's blog post on [fast Rust builds][fastbuilds]: > CI builds often are closer to from-scratch builds, as changes are > typically much bigger than from a local edit-compile cycle. For > from-scratch builds, incremental adds an extra dependency-tracking > overhead. It also significantly increases the amount of IO and the > size of ./target, which make caching less effective. [fastbuilds]: https://matklad.github.io/2021/09/04/fast-rust-builds.html (cherry picked from commit f7651a3) Signed-off-by: Oliver Gould <ver@buoyant.io>
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 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