Skip to content

Commit 1ac310f

Browse files
authored
Merge pull request #10688 from hzeller/feature-20260618-fix-svlang
Fix temporary sv-lang pointing to different repo.
2 parents 0690392 + 7595a48 commit 1ac310f

3 files changed

Lines changed: 825 additions & 834 deletions

File tree

.bazelrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
common --enable_bzlmod
2-
# sv-lang 10.0.bcr.2 (slang at f04e8156 with the foreign_cc cmake -xc++
3-
# fix) is pending upstream as a PR against bazelbuild/bazel-central-
4-
# registry: https://github.com/bazelbuild/bazel-central-registry/pull/8987
5-
# Remove this registry line once the version lands on BCR.
6-
common --registry=https://raw.githubusercontent.com/oharboe/bazel-central-registry/1beaf797951046d93a2f656d4238c954a21833e5/
7-
common --registry=https://bcr.bazel.build/
82

93
# abc is driven programmatically by OpenROAD, so skip the interactive
104
# readline dependency exposed by abc@0.64-yosyshq.bcr.2.

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ bazel_dep(name = "googletest", version = "1.17.0.bcr.2")
8080
bazel_dep(name = "openmp", version = "21.1.5.bcr.1")
8181
bazel_dep(name = "or-tools", version = "9.15")
8282
bazel_dep(name = "spdlog", version = "1.15.1")
83-
bazel_dep(name = "sv-lang", version = "10.0.bcr.2")
83+
bazel_dep(name = "sv-lang", version = "10.0.1-20260316-f04e8156")
8484
bazel_dep(name = "tcl_lang", version = "9.0.2.bcr.1")
8585
bazel_dep(name = "tcmalloc", version = "0.0.0-20250927-12f2552")
8686
bazel_dep(name = "yaml-cpp", version = "0.9.0")

0 commit comments

Comments
 (0)