Skip to content

Commit

Permalink
MODULE.bazel: Use final bazel-orfs configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Apr 11, 2024
1 parent 7da8e08 commit 2adab36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ bazel_dep(name = "bazel-orfs")
git_override(
module_name = "bazel-orfs",
remote = "https://github.com/antmicro/bazel-orfs.git",
commit = "3d2ebc144ffa6dbf0e97784fd1c3a2bae9aa791c"
commit = "34125b0da4ba723b1c6998d1ab846d689846bb97"
)

# For now the repository is local, but we will switch to hosting bazel-orfs
# in https://github.com/The-OpenROAD-Project/ once it is ready.
# local_path_override(
# module_name = "bazel-orfs", path = "../bazel-orfs"
# )
# )

0 comments on commit 2adab36

Please sign in to comment.