Skip to content

Commit

Permalink
WIP: MODULE.bazel: Modify docker image tag and sha256
Browse files Browse the repository at this point in the history
Signed-off-by: Illia Vysochyn <[email protected]>
  • Loading branch information
ivysochyn committed Jul 31, 2024
1 parent 49f32c0 commit 53c5a38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ git_override(
commit = "e16b82f4dfb40f88a589bab1e63fbf834838e01e",
)

orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
orfs.default(
image = "openroad/orfs:v3.0-1022-g69767b6a",
sha256 = "adc74e5343a7638919f747eb74cbc67b5b71b18d9012608fef912ccee534c458",
)
use_repo(orfs, "docker_orfs")

# Read: https://github.com/The-OpenROAD-Project/bazel-orfs?tab=readme-ov-file#usage
#
# TL;DR
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel.lock

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

0 comments on commit 53c5a38

Please sign in to comment.