Skip to content

Bazel-snippets/binplace_by_validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published