You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many packages ship with unnecessary content such as tests, test data etc that must then be copied throughout actions.
Describe the feature
An API to enable excluding files from the package target so they don't get copied around within bazel.
The excluding would most likely be done post-extraction to ensure the package on disk is the exactly as downloaded, only the bazel targets wrapping that package will contain the exclusions.
The text was updated successfully, but these errors were encountered:
What is the current behavior?
Many packages ship with unnecessary content such as tests, test data etc that must then be copied throughout actions.
Describe the feature
An API to enable excluding files from the package target so they don't get copied around within bazel.
The excluding would most likely be done post-extraction to ensure the package on disk is the exactly as downloaded, only the bazel targets wrapping that package will contain the exclusions.
The text was updated successfully, but these errors were encountered: