Skip to content

Commit 8e118d2

Browse files
authored
Merge pull request #9101 from Pinata-Consulting/bazel-orfs-bump-fix
bazel-orfs: bump, avoid picking up semanticdb bazel toolchain
2 parents b9de175 + ba2b017 commit 8e118d2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ bazel_dep(name = "bazel-orfs")
146146
# To bump version, run: bazelisk run @bazel-orfs//:bump
147147
git_override(
148148
module_name = "bazel-orfs",
149-
commit = "e96d7d2a4405a99fc689b4f2f676d3bda7b9430b",
149+
commit = "1e862b169d97dc0fec5db106559640886e7fd7d0",
150150
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
151151
)
152152

@@ -155,10 +155,10 @@ orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
155155
# To bump version, run: bazelisk run @bazel-orfs//:bump
156156
orfs.default(
157157
# Official image https://hub.docker.com/r/openroad/orfs/tags
158-
image = "docker.io/openroad/orfs:v3.0-4362-gaec1d8d35",
158+
image = "docker.io/openroad/orfs:v3.0-4367-g79b6a48ab",
159159
# Use OpenROAD of this repo instead of from the docker image
160160
openroad = "//:openroad",
161-
sha256 = "5f94f0481d1339493918208060be116da101405251bce22691ac4b2d662d276e",
161+
sha256 = "0d0dd3d8d346360a71f6325ce776a984c5a6296fc6e51956b53f136e1dd13462",
162162
)
163163
use_repo(orfs, "com_github_nixos_patchelf_download")
164164
use_repo(orfs, "docker_orfs")

MODULE.bazel.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)