@@ -79,7 +79,6 @@ bazel_dep(name = "boost.smart_ptr", version = BOOST_VERSION)
7979bazel_dep (name = "boost.spirit" , version = BOOST_VERSION )
8080bazel_dep (name = "boost.stacktrace" , version = BOOST_VERSION )
8181bazel_dep (name = "boost.system" , version = BOOST_VERSION )
82- bazel_dep (name = "boost.test" , version = BOOST_VERSION + ".bcr.1" )
8382bazel_dep (name = "boost.thread" , version = BOOST_VERSION + ".bcr.2" )
8483bazel_dep (name = "boost.tokenizer" , version = BOOST_VERSION )
8584bazel_dep (name = "boost.unordered" , version = BOOST_VERSION )
@@ -104,7 +103,7 @@ git_override(
104103 remote = "https://github.com/The-OpenROAD-Project/qt_bazel_prebuilts" ,
105104)
106105
107- bazel_dep (name = "googletest" , version = "1.16 .0" , dev_dependency = True )
106+ bazel_dep (name = "googletest" , version = "1.17 .0" , dev_dependency = True )
108107
109108# Dependencies needed by one of the rules_hdl repos. Once they are on
110109# BCR, they should depend on their own version.
@@ -154,7 +153,7 @@ bazel_dep(name = "bazel-orfs")
154153# To bump version, run: bazelisk run @bazel-orfs//:bump
155154git_override (
156155 module_name = "bazel-orfs" ,
157- commit = "da01065203fbcc043c82318b544fbe111053b9d0 " ,
156+ commit = "2aa6a9dd3c0006c5358e363fcac9e209c4dccc47 " ,
158157 remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git" ,
159158)
160159
@@ -163,10 +162,10 @@ orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
163162# To bump version, run: bazelisk run @bazel-orfs//:bump
164163orfs .default (
165164 # Official image https://hub.docker.com/r/openroad/orfs/tags
166- image = "docker.io/openroad/orfs:v3.0-3872-g66e441c6c " ,
165+ image = "docker.io/openroad/orfs:v3.0-3911-g99312fa58 " ,
167166 # Use OpenROAD of this repo instead of from the docker image
168167 openroad = "//:openroad" ,
169- sha256 = "f75321f10023a8bf99b1ed5dfe1dab6351f588eda24f186a66e9145fd9b76fd1 " ,
168+ sha256 = "36d3ac23732803c9e47181e167a105c69d4d6927a96782c4a4a27ceca40d8ff8 " ,
170169)
171170use_repo (orfs , "com_github_nixos_patchelf_download" )
172171use_repo (orfs , "docker_orfs" )
0 commit comments