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 Oct 14, 2024
1 parent 608ffd9 commit e6c4101
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ orfs = use_extension("//:extension.bzl", "orfs_repositories")
orfs.default(
# a local only or remote docker image. Local docker images do not
# have a sha256.
image = "docker.io/openroad/orfs:v3.0-1583-gec8a1b03",
image = "docker.io/openroad/orfs:v3.0-1607-ga7b72d25",
# Comment out line below for local only docker images
sha256 = "e2776283205f13246ec9c4bc6f8933d52264fb07787f6163088dfb5230797a84",
sha256 = "0afe0598050f9e5081cbc67af002fef527ab4c7608eca019a69896e1e21d84e5",
)
use_repo(orfs, "com_github_nixos_patchelf_download")
use_repo(orfs, "docker_orfs")
Expand Down
6 changes: 3 additions & 3 deletions MODULE.bazel.lock

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

5 changes: 0 additions & 5 deletions openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1103,11 +1103,6 @@ BAZEL_VARIABLE_TO_STAGES = {
}

BAZEL_STAGE_TO_VARIABLES = {
"synth": [
"SYNTH_GUT",
],
"final": [
],
}

def flatten(xs):
Expand Down

0 comments on commit e6c4101

Please sign in to comment.