From 9aef2d9797018e5fae6c74101c6b027506834011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Wed, 24 Jun 2026 09:18:34 +0200 Subject: [PATCH] bazel-orfs: bump to 553c1c3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Routine bump of the bazel-orfs rules pin (BAZEL_ORFS_COMMIT, shared by the bazel-orfs and bazel-orfs-verilog git_overrides) via the `@bazel-orfs//:bump` tooling: 6ebadeb -> 553c1c3a44f0. openroad is unchanged — it tracks tools/OpenROAD via local_path_override (currently 4c26918f on master, which needs sv-lang 10.0.1-20260316, published on BCR). yosys 0.64 / yosys-slang / qt-bazel pins are already current at this bazel-orfs commit, and no orfs-patches are needed since openroad is local rather than archive-pinned. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Øyvind Harboe --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 1d21ea2f79..73fb865823 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -36,7 +36,7 @@ git_override( bazel_dep(name = "bazel-orfs", dev_dependency = True) bazel_dep(name = "bazel-orfs-verilog", dev_dependency = True) -BAZEL_ORFS_COMMIT = "6ebadeb4be5c9ada103081c9a5e668c014126616" +BAZEL_ORFS_COMMIT = "553c1c3a44f0e0e857b1abb0b1b8035a77076456" BAZEL_ORFS_REMOTE = "https://github.com/The-OpenROAD-Project/bazel-orfs.git"