forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand tree artifact headers for include scanning.
When compiling a header module with tree artifact headers, we run includes scanning on the tree itself. This doesn't work as the include scanner is not intended to work on directories. Expand tree artifacts before we pass them to the include scanner. Base the tree artifact expansion on Skyframe directly since the `ArtifactExpander` only covers direct action inputs. PiperOrigin-RevId: 482627266 Change-Id: I72ebbdcd47deea6ceb508be6b012353208997b01
- Loading branch information
1 parent
08fd627
commit 2b67116
Showing
4 changed files
with
365 additions
and
5 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
Oops, something went wrong.