Skip to content

Commit 4a341f2

Browse files
committed
bazel-orfs: bump
igned-off-by: Øyvind Harboe <[email protected]> Signed-off-by: Øyvind Harboe <[email protected]>
1 parent edf3d6b commit 4a341f2

File tree

4 files changed

+100
-65
lines changed

4 files changed

+100
-65
lines changed

MODULE.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bazel_dep(name = "bazel-orfs")
1111
# To bump version, run: bazelisk run @bazel-orfs//:bump
1212
git_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")
2020
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
2121
python.toolchain(
2222
ignore_root_user_error = True,
23-
python_version = "3.12",
23+
python_version = "3.13",
2424
)
2525

2626
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
2727
pip.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
)
3232
use_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
3737
orfs.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
)
4545
use_repo(orfs, "com_github_nixos_patchelf_download")
4646
use_repo(orfs, "docker_orfs")

0 commit comments

Comments
 (0)