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 Aug 29, 2024
1 parent 162aca0 commit fceead0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module(

orfs = use_extension("//:extension.bzl", "orfs_repositories")
orfs.default(
image = "openroad/orfs:v3.0-1237-g2b8e0065",
sha256 = "54a47ce191974babe8890b8ee29826719961b5eddc7a23d1626ab18e1b4020fd",
image = "openroad/orfs:v3.0-1266-ge623a237",
sha256 = "d9492e65906d5e459bdc9d033915bc8fc15c37ab7b6337196f2e95c0e00a287e",
)
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.

2 changes: 2 additions & 0 deletions eqy.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Rules for eqy"""

def _eqy_test_impl(ctx):
eqy = ctx.actions.declare_file(ctx.attr.name + ".eqy")
ctx.actions.expand_template(
Expand Down

0 comments on commit fceead0

Please sign in to comment.