Skip to content

Commit

Permalink
ORFS: latest
Browse files Browse the repository at this point in the history
Procedure:

1. updated ORFS in MODULE.bazel
2. ran: bazel mod tidy
3. commit MODULE.bazel*

Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Aug 8, 2024
1 parent 17431b2 commit 742df07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module(
bazel_dep(name = "bazel-orfs")
git_override(
module_name = "bazel-orfs",
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
commit = "16eb5dd5b31bdeacc0b3006a71dbce29076e9850",
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
)

# Read: https://github.com/The-OpenROAD-Project/bazel-orfs?tab=readme-ov-file#usage
Expand All @@ -24,6 +24,6 @@ git_override(

orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
orfs.default(
image = "openroad/orfs:v3.0-1098-ge0c1d5d6",
sha256 = "7b560e7da878d535a65cc39f29ccfe8539fe1ad5f8e857a13bdca77241c3de49",
image = "openroad/orfs:v3.0-1114-g46acc762",
sha256 = "ae4df23391c26bcc48a506f8e0d0da73742d1b6cb3b1dc02f4d5ea71170195b5",
)
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 742df07

Please sign in to comment.