Conversation
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>
The three yosys patches we carried (visibility, hdrs, tcl9-mp-to-ubin) all landed upstream in BCR yosys 0.62.bcr.2 via bazelbuild/bazel-central-registry#8636. Bump to that version and drop the single_version_override blocks across all six root modules (root, gallery, test/downstream, mock/chisel, orfs, chisel) plus delete the patch files. Mirrors the cleanup OpenROAD did in The-OpenROAD-Project/OpenROAD#10237. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: