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
We could add a copy_data_and_entry_to_bin attribute to js_binary as an escape hatch for this issue but we're better off understanding how it is escaping and fixing the root cause.
gregmagolan
changed the title
Angular architect test rule escaping its runfiles not the sandbox
Angular architect test rule escaping its runfiles but not the sandbox
Aug 3, 2022
This is causing test failures if srcs are not copied to bin
As seen here https://github.com/aspect-build/bazel-examples/blob/a76be559cd89a645308ff0f2e6a02a82c780010f/angular/defs.bzl#L133 and here https://github.com/aspect-build/bazel-examples/blob/a76be559cd89a645308ff0f2e6a02a82c780010f/angular/defs.bzl#L195
The text was updated successfully, but these errors were encountered: