Skip to content

Commit

Permalink
BUILD: Use docker_shell directly, instead of sh_binary
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <eszpotanski@antmicro.com>
  • Loading branch information
eszpotanski committed Jun 14, 2024
1 parent 6afe755 commit 5a9914d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exports_files(["mock_area.tcl"])
exports_files([
"orfs",
"out_script",
"docker_shell",
])

exports_files(
Expand Down Expand Up @@ -177,12 +178,6 @@ oci_tarball(
repo_tags = ["openroad/flow-ubuntu22.04-builder:latest"],
)

sh_binary(
name = "docker_shell",
srcs = ["docker_shell.sh"],
visibility = ["//visibility:public"],
)

# buildifier: disable=duplicated-name
build_openroad(
name = "tag_array_64x184",
Expand Down

0 comments on commit 5a9914d

Please sign in to comment.