Skip to content

Commit

Permalink
remove .bazelignore in modules
Browse files Browse the repository at this point in the history
it does not seem to help with the problem of `bazel run` or `bazel test`
picking up `bazel-*` temporary directories within `glob([**])`.

- first run: OK
- second run: missing input file '//:bazel-out/_tmp/actions/stderr-12'
- third+ run: OK

I suspect it has something to do with cyclic dependencies between local
workspaces, and appears to be a bug rather than a feature.
  • Loading branch information
fricklerhandwerk committed Apr 6, 2022
1 parent 81508f1 commit b390ef5
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .bazelignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
examples
bazel-*
1 change: 0 additions & 1 deletion toolchains/cc/.bazelignore

This file was deleted.

1 change: 0 additions & 1 deletion toolchains/go/.bazelignore

This file was deleted.

1 change: 0 additions & 1 deletion toolchains/java/.bazelignore

This file was deleted.

1 change: 0 additions & 1 deletion toolchains/posix/.bazelignore

This file was deleted.

1 change: 0 additions & 1 deletion toolchains/python/.bazelignore

This file was deleted.

1 change: 0 additions & 1 deletion toolchains/rust/.bazelignore

This file was deleted.

0 comments on commit b390ef5

Please sign in to comment.