Commit e731422
committed
bazel: rename root BUILD to BUILD.bazel, drop empty WORKSPACE
Match the top-level package convention used by tools/OpenROAD/
(BUILD.bazel at the package root, plain BUILD in sub-packages).
Adding bazel/BUILD in the previous commit turned bazel/ into a
package, so the root BUILD's src reference "bazel/install.sh" became
invalid; point it at the //bazel:install.sh label instead and export
the file from bazel/BUILD.
Drop the empty WORKSPACE — tools/OpenROAD/ already runs WORKSPACE-less
and bazel 8 with no --enable_workspace runs bzlmod-only.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>1 parent 980cc06 commit e731422
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments