Skip to content

Commit

Permalink
orfs: bump
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Nov 17, 2024
1 parent 74c3d43 commit 5cf5f57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module(
bazel_dep(name = "bazel-orfs")
git_override(
module_name = "bazel-orfs",
commit = "b118c35e39b913ca921ad874179f5c148c572d08",
commit = "b141f4942eb8b457e9d37d6ae575abf8dcae8b39",
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
)

Expand All @@ -33,8 +33,8 @@ git_override(
# it is possible to specify a version in here if something newer than
# latest bazel-orfs tested ORFS is needed.

# orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
# orfs.default(
# image = "docker.io/openroad/orfs:v3.0-1715-gfd99d94b",
# sha256 = "de3085f2e6e4b0d4a5b925e3bdfd01382d4e5f5a44e4ed20fa6345a786a5ccf8",
# )
orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
orfs.default(
image = "docker.io/openroad/orfs:v3.0-1800-g3cf48df1",
sha256 = "3a077934086a9eba252b9f95c913e0f8e06d4606260ee108cd9b3cda7f7cf71a",
)
6 changes: 3 additions & 3 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5cf5f57

Please sign in to comment.