Skip to content

Commit b4ab3c5

Browse files
committed
bazel: revert install_for_bazel drive-by changes
bazel/BUILD only existed to export the bazel-orfs patches I had introduced. Since those patches landed upstream (bazel-orfs PR The-OpenROAD-Project#720) and were removed in the previous commit, the package is no longer needed. Dropping it lets //:install_for_bazel reference bazel/install.sh as a same-package file again, the way it has been on master since PR The-OpenROAD-Project#4003 — so this PR no longer touches that rule. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent f2b0391 commit b4ab3c5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
22

33
sh_binary(
44
name = "install_for_bazel",
5-
srcs = ["//bazel:install.sh"],
5+
srcs = ["bazel/install.sh"],
66
)

bazel/BUILD

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)