-
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.
Remove package loading from CppConfiguration
This change removes RedirectChaser and code that it retained. RELNOTES: CppConfiguration doesn't do package loading anymore. That means: * it's no longer needed to have C++ toolchain available when building non-C++ projects * bazel will not analyze C++ toolchain when not needed -> speedup ~2s on bazel startup when C++ rules using hermetic toolchain are not loaded PiperOrigin-RevId: 222957363
- Loading branch information
Showing
16 changed files
with
30 additions
and
565 deletions.
There are no files selected for viewing
116 changes: 0 additions & 116 deletions
116
src/main/java/com/google/devtools/build/lib/analysis/RedirectChaser.java
This file was deleted.
Oops, something went wrong.
94 changes: 0 additions & 94 deletions
94
src/main/java/com/google/devtools/build/lib/analysis/config/ConfigurationEnvironment.java
This file was deleted.
Oops, something went wrong.
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
54 changes: 0 additions & 54 deletions
54
.../java/com/google/devtools/build/lib/analysis/config/PackageProviderForConfigurations.java
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.