Commit 8de8f2b
authored
Update runfiles to work with directory embedded manifests (#3399)
This fixes the ability to use runfiles in scenarios where a runfiles
directory is created but all it contains is a `MANIFEST` file.
This matches the behavior of:
- rules_cc:
https://github.com/bazelbuild/bazel/blob/c8217fdd2f20e4a061122c0af0417380d09e9480/tools/cpp/runfiles/runfiles_test.cc#L180-L196
- rules_shell:
https://github.com/bazelbuild/bazel/blob/c8217fdd2f20e4a061122c0af0417380d09e9480/tools/bash/runfiles/runfiles.bash#L88-L961 parent a373426 commit 8de8f2b
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
162 | 167 | | |
163 | 168 | | |
164 | 169 | | |
| |||
0 commit comments