@@ -103,7 +103,7 @@ git_override(
103103 remote = "https://github.com/The-OpenROAD-Project/qt_bazel_prebuilts" ,
104104)
105105
106- bazel_dep (name = "googletest" , version = "1.16 .0" , dev_dependency = True )
106+ bazel_dep (name = "googletest" , version = "1.17 .0" , dev_dependency = True )
107107
108108# Dependencies needed by one of the rules_hdl repos. Once they are on
109109# BCR, they should depend on their own version.
@@ -153,7 +153,7 @@ bazel_dep(name = "bazel-orfs")
153153# To bump version, run: bazelisk run @bazel-orfs//:bump
154154git_override (
155155 module_name = "bazel-orfs" ,
156- commit = "da01065203fbcc043c82318b544fbe111053b9d0 " ,
156+ commit = "2aa6a9dd3c0006c5358e363fcac9e209c4dccc47 " ,
157157 remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git" ,
158158)
159159
@@ -162,10 +162,10 @@ orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
162162# To bump version, run: bazelisk run @bazel-orfs//:bump
163163orfs .default (
164164 # Official image https://hub.docker.com/r/openroad/orfs/tags
165- image = "docker.io/openroad/orfs:v3.0-3872-g66e441c6c " ,
165+ image = "docker.io/openroad/orfs:v3.0-3911-g99312fa58 " ,
166166 # Use OpenROAD of this repo instead of from the docker image
167167 openroad = "//:openroad" ,
168- sha256 = "f75321f10023a8bf99b1ed5dfe1dab6351f588eda24f186a66e9145fd9b76fd1 " ,
168+ sha256 = "36d3ac23732803c9e47181e167a105c69d4d6927a96782c4a4a27ceca40d8ff8 " ,
169169)
170170use_repo (orfs , "com_github_nixos_patchelf_download" )
171171use_repo (orfs , "docker_orfs" )
0 commit comments