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
Copying file bazel-bin/node_modules/aws-sdk/scripts/services-table-generator.ts is the clue here. Your glob to gather .ts inputs is descending into the bazel output folder. You should probably add bazel-bin/node_modules/ to .bazelignore.
Issue description in commit message here: mdittmer/bazel-sandbox@03b685b (commit contains code to reproduce issue).
This issue was observed running bazel on mac with rules_swc-0.5.1.
Description copied here for convenience:
swc() rule that compiles transitive dependencies succeeds on first build, but fails on second build while copying files.
The text was updated successfully, but these errors were encountered: