Commit 8723d01
committed
fix: exclude bazel output directories from all_files glob
The all_files filegroup was including bazel-* symlinks which point
to temporary build artifacts that may not exist, causing build failures.
Exclude bazel-* and .git directories from the glob pattern to prevent
these transient files from being included in the filegroup.
This fixes build errors like:
missing input file '//:bazel-out/_tmp/actions/stderr-X'1 parent a552e66 commit 8723d01
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| |||
0 commit comments