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
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>
0 commit comments