@@ -11,7 +11,7 @@ bazel_dep(name = "bazel-orfs")
1111# To bump version, run: bazelisk run @bazel-orfs//:bump
1212git_override (
1313 module_name = "bazel-orfs" ,
14- commit = "9a3778bdbe63106a894a03e865335a31ebc860d1 " ,
14+ commit = "f8a4b694b37c8f5322323eba9a9ae37f9541ee17 " ,
1515 remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git" ,
1616)
1717
@@ -20,13 +20,13 @@ bazel_dep(name = "rules_python", version = "1.2.0")
2020python = use_extension ("@rules_python//python/extensions:python.bzl" , "python" )
2121python .toolchain (
2222 ignore_root_user_error = True ,
23- python_version = "3.12 " ,
23+ python_version = "3.13 " ,
2424)
2525
2626pip = use_extension ("@rules_python//python/extensions:pip.bzl" , "pip" )
2727pip .parse (
2828 hub_name = "orfs-pip" ,
29- python_version = "3.12 " ,
29+ python_version = "3.13 " ,
3030 requirements_lock = "//flow:util/requirements_lock.txt" ,
3131)
3232use_repo (pip , "orfs-pip" )
@@ -35,12 +35,12 @@ orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
3535
3636# To bump version, run: bazelisk run @bazel-orfs//:bump
3737orfs .default (
38- image = "docker.io/openroad/orfs:v3.0-3190-g5ac9869c " ,
38+ image = "docker.io/openroad/orfs:v3.0-3273-gedf3d6bf " ,
3939 # Use local files instead of docker image
4040 makefile = "//flow:makefile" ,
4141 makefile_yosys = "//flow:makefile_yosys" ,
4242 pdk = "//flow:asap7" ,
43- sha256 = "2ca999699bc91144074b7f23f42da9330d7279437c386a1413fba4a6a7520916 " ,
43+ sha256 = "f5692c6325ebcf27cc348e033355ec95c82c35ace1af7e72a0d352624ada143e " ,
4444)
4545use_repo (orfs , "com_github_nixos_patchelf_download" )
4646use_repo (orfs , "docker_orfs" )
0 commit comments