From 2adab36827a483bc55c4cee498d9fdd72c6d8153 Mon Sep 17 00:00:00 2001 From: Pawel Czarnecki Date: Thu, 11 Apr 2024 13:11:40 +0200 Subject: [PATCH] MODULE.bazel: Use final bazel-orfs configuration Signed-off-by: Pawel Czarnecki --- MODULE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index fdec1f2..3e81cbd 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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" -# ) \ No newline at end of file +# )