Skip to content

Commit 1e17476

Browse files
oharboeclaude
andcommitted
registry: drop yosys-0.64 fork registry, BCR #8862 landed
yosys 0.64 (and abc 0.64-yosyshq.bcr.1) are now published on bcr.bazel.build, so the oharboe/bazel-central-registry fallback added while bazelbuild/bazel-central-registry#8862 was pending is obsolete. Dropping the --registry lines entirely also removes the explicit bcr.bazel.build entry: BCR is Bazel's default registry when no --registry flag is set. Verified with 'bazelisk mod deps' in the root, gallery, and test/downstream workspaces. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent 60d6202 commit 1e17476

3 files changed

Lines changed: 0 additions & 24 deletions

File tree

.bazelrc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
build --incompatible_strict_action_env
22

3-
# yosys 0.64 is not yet in BCR; add the unmerged PR's fork as a fallback
4-
# registry until bazelbuild/bazel-central-registry#8862 lands. BCR is listed
5-
# first; the fork is only consulted for versions BCR doesn't carry yet. The
6-
# commit hash makes the fork reference immutable. Drop once yosys 0.64 lands
7-
# on BCR.
8-
common --registry=https://bcr.bazel.build/
9-
common --registry=https://raw.githubusercontent.com/oharboe/bazel-central-registry/c220c8fc735c0e05c0354330b8885ca36275bd02/
10-
113
# Required by OpenROAD (STA uses std::format_string from C++20)
124
build --cxxopt "-std=c++20" --host_cxxopt "-std=c++20"
135

gallery/.bazelrc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
# OpenROAD Demo Project
22
# Common settings for bazel-orfs builds
33

4-
# yosys 0.64 is not yet in BCR; add the unmerged PR's fork as a fallback
5-
# registry until bazelbuild/bazel-central-registry#8862 lands. BCR is listed
6-
# first so all other modules resolve from the official source; the fork is
7-
# only consulted for modules/versions BCR doesn't carry yet. The commit hash
8-
# makes the fork reference immutable.
9-
common --registry=https://bcr.bazel.build/
10-
common --registry=https://raw.githubusercontent.com/oharboe/bazel-central-registry/c220c8fc735c0e05c0354330b8885ca36275bd02/
11-
124
build --incompatible_strict_action_env
135

146
# Required by OpenROAD (STA uses std::format_string from C++20)

test/downstream/.bazelrc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
# Downstream consumer test .bazelrc.
22
# Workarounds here are tracked as known issues in README.md.
33

4-
# yosys 0.64 is not yet in BCR; add the unmerged PR's fork as a fallback
5-
# registry until bazelbuild/bazel-central-registry#8862 lands. BCR is
6-
# listed first so all other modules resolve from the official source;
7-
# the fork is only consulted for modules/versions BCR doesn't carry yet.
8-
# The commit hash makes the fork reference immutable.
9-
common --registry=https://bcr.bazel.build/
10-
common --registry=https://raw.githubusercontent.com/oharboe/bazel-central-registry/0586b398db6edd245da97cbec29e26c5e2a808d7/
11-
124
common --enable_workspace
135
common --lockfile_mode=off
146

0 commit comments

Comments
 (0)