-
Notifications
You must be signed in to change notification settings - Fork 0
Bazel-snippets/binplace_by_validation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. Validation Target - target performing validation depends on the target producing artifact Command to run: bazel build validation_target:lib_a -s Observed: validation target lib_a_binplace is not executed 2. Validation Action - single target has action for artifact and validation action Command to run: bazel build validation_action:process_b -s Observed: validation actions are executed 3. Binplace Aspect Command to run: bazel build binplace_aspect:lib_c binplace_aspect:lib_b -s Validation actions are not used, instead we use --output_groups=+binplace Observed: Aspect is invoked only once for each visited targets, even if multiple targets depend on it.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published