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
bazel: use portable readlink in bzl lint/fmt tests
`readlink -f` is GNU-only; macOS's BSD readlink lacks -f. Bazel
writes runfiles symlinks with absolute targets, so plain `readlink`
suffices and works on both platforms. Also tighten the precondition
to `-L` since the entry must be a symlink, not just any file.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
0 commit comments