Skip to content

Commit 3c15765

Browse files
oharboeclaude
andcommitted
chore: bump orfs/openroad to latest
Bumped commits via bazelisk run //:bump: orfs 172bd233 -> 10a2baea openroad 578be38a -> 559a3200 gallery/MODULE.bazel: openroad sync via bump (in gallery workspace), orfs commit synced to match parent (bump.py does not touch the downstream orfs pin). All five carried patches still apply against the new commits and are still required: - 0035-fix-remove-non-root-overrides-from-MODULE.bazel.patch — orfs's MODULE.bazel still ships the non-root git_override and orfs.default() blocks that must be stripped when ORFS is a non-root dep - yosys-{visibility,hdrs,tcl9-mp-to-ubin}.patch — BCR yosys 0.62 still has yosys_share package-private, no //:hdrs target, and v0.62 source still calls the deprecated mp_unsigned_bin_size / mp_to_unsigned_bin - qt-bazel-xcb-cursor-from-source.patch — qt-bazel still ships xcb_cursor as system_provided cc_import Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent 522eea6 commit 3c15765

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ single_version_override(
4141
bazel_dep(name = "orfs")
4242
git_override(
4343
module_name = "orfs",
44-
commit = "172bd233dabd45d04cd80062cd1894e5ac8e5d52",
44+
commit = "10a2baea2171059ec14cda9a5855aa26dd7572c6",
4545
patch_strip = 1,
4646
# Minimal patches: only what's needed when ORFS is a non-root module.
4747
# Design-specific patches are only applied in the orfs/ integration workspace.
@@ -54,7 +54,7 @@ git_override(
5454
bazel_dep(name = "openroad")
5555
git_override(
5656
module_name = "openroad",
57-
commit = "578be38ad2297637e938cbc9cb35e5a05d8936ff",
57+
commit = "559a32007597782afb3c4d537d257fd89667ef3b",
5858
init_submodules = True,
5959
remote = "https://github.com/The-OpenROAD-Project/OpenROAD.git",
6060
)

gallery/MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ single_version_override(
3030
bazel_dep(name = "orfs")
3131
git_override(
3232
module_name = "orfs",
33-
commit = "172bd233dabd45d04cd80062cd1894e5ac8e5d52",
33+
commit = "10a2baea2171059ec14cda9a5855aa26dd7572c6",
3434
patch_strip = 1,
3535
patches = [
3636
"//patches:0035-fix-remove-non-root-overrides-from-MODULE.bazel.patch",
@@ -49,7 +49,7 @@ use_repo(orfs, "gnumake")
4949
bazel_dep(name = "openroad")
5050
git_override(
5151
module_name = "openroad",
52-
commit = "578be38ad2297637e938cbc9cb35e5a05d8936ff",
52+
commit = "559a32007597782afb3c4d537d257fd89667ef3b",
5353
init_submodules = True,
5454
remote = "https://github.com/The-OpenROAD-Project/OpenROAD.git",
5555
)

0 commit comments

Comments
 (0)