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 d7e2c44 commit 3b8a816
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 = "9c6a77edd9c6e431f578f28e01fa631765061fd2"
)

# 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 3b8a816

Please sign in to comment.