Commit 0878b53
Handle root_symlinks and symlinks in OSS-Fuzz packaging
Bazel 9 provides the bash runfiles library via root_symlinks
instead of regular runfiles. The OSS-Fuzz packaging rule only
iterated over runfiles.files, missing root_symlinks entries
entirely and causing "cannot find runfiles.bash" errors at
runtime.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7d94442 commit 0878b53
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
42 | 57 | | |
43 | 58 | | |
44 | 59 | | |
| |||
0 commit comments