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: resolve runfiles root without hardcoding the workspace name
Gemini: the lint test scripts derived RUNFILES_DIR with ${PWD%/_main},
which strips nothing when the main workspace is not named "_main" (e.g.
when OpenROAD is consumed as a dependency), leaving RUNFILES_DIR pointing
one level too deep. Strip the last path component with ${PWD%/*} instead
— the workspace subdirectory we start in — so the .runfiles root is found
regardless of the workspace name.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
0 commit comments