Skip to content

Commit

Permalink
orfs: bump
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Jan 30, 2025
1 parent bf991ef commit 771b1c0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 11 deletions.
14 changes: 8 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module(
bazel_dep(name = "bazel-orfs")
git_override(
module_name = "bazel-orfs",
commit = "aa566715a49ae8777c92921d7cc1efb20c03f0d4",
commit = "9b854c72e244b41f88037439e044cf77c6345668",
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
)

Expand All @@ -33,8 +33,10 @@ git_override(
# it is possible to specify a version in here if something newer than
# latest bazel-orfs tested ORFS is needed.

# orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
# orfs.default(
# image = "docker.io/openroad/orfs:v3.0-1889-g1954eb4f",
# sha256 = "58779e678e3d4e3ada33344c050b476be52f2adac1ff9ae037df69dd028199a5",
# )
orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
orfs.default(
image = "docker.io/openroad/orfs:v3.0-2191-gde2e957c",
sha256 = "138b14bac5d01c9ec94c2c72579543198f1251a2f153ac1498ef995928528b38",
)
use_repo(orfs, "com_github_nixos_patchelf_download")
use_repo(orfs, "docker_orfs")
37 changes: 32 additions & 5 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 771b1c0

Please sign in to comment.