Skip to content

Commit 6768b55

Browse files
committed
bazel-orfs: bump
now OPENROAD_HIERARCHICAL = 1 as expected $ bazelisk run test/orfs/mock-array:Element_floorplan /tmp/x print-OPENROAD_HIERARCHICAL [deleted] OPENROAD_HIERARCHICAL = 1 Fix: The-OpenROAD-Project/bazel-orfs#399 Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 9103e99 commit 6768b55

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ bazel_dep(name = "bazel-orfs")
154154
# To bump version, run: bazelisk run @bazel-orfs//:bump
155155
git_override(
156156
module_name = "bazel-orfs",
157-
commit = "acd76cb3d123e18ee1b65a632cd05be30b46fbbf",
157+
commit = "da01065203fbcc043c82318b544fbe111053b9d0",
158158
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
159159
)
160160

@@ -163,10 +163,10 @@ orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
163163
# To bump version, run: bazelisk run @bazel-orfs//:bump
164164
orfs.default(
165165
# Official image https://hub.docker.com/r/openroad/orfs/tags
166-
image = "docker.io/openroad/orfs:v3.0-3868-g832999cb0",
166+
image = "docker.io/openroad/orfs:v3.0-3872-g66e441c6c",
167167
# Use OpenROAD of this repo instead of from the docker image
168168
openroad = "//:openroad",
169-
sha256 = "01c6532234a4708847d1fe98d71dfc586d7566e5428bf7dfa23099bddf195f81",
169+
sha256 = "f75321f10023a8bf99b1ed5dfe1dab6351f588eda24f186a66e9145fd9b76fd1",
170170
)
171171
use_repo(orfs, "com_github_nixos_patchelf_download")
172172
use_repo(orfs, "docker_orfs")

MODULE.bazel.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)