Skip to content

Commit 863f989

Browse files
authored
Merge pull request #2905 from Pinata-Consulting/synth-parallel-test
Synth parallel test
2 parents a878022 + ec4872d commit 863f989

File tree

3 files changed

+430
-1283
lines changed

3 files changed

+430
-1283
lines changed

flow/MODULE.bazel

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module(
99
bazel_dep(name = "bazel-orfs")
1010
git_override(
1111
module_name = "bazel-orfs",
12-
commit = "f11fbdb35eeae7f8d5e08a58fb7d040f11cb9f04",
12+
commit = "4392a87877b4196502fc89dcdf898fd6efdb3fc0",
1313
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
1414
)
1515

@@ -50,8 +50,9 @@ orfs.default(
5050
# and update "image" to point to the local image.
5151

5252
# Official image https://hub.docker.com/r/openroad/orfs/tags
53-
image = "docker.io/openroad/orfs:v3.0-2130-g6b38aeeb",
54-
sha256 = "f5b573d244862bc59f858e2a3586c48aef70989e98f6541099bd15a720e28e7e",
53+
image = "docker.io/openroad/orfs:v3.0-2528-ga8780221",
54+
# image = "gcr.io/ascenium/orfs-megaboom/flow-ubuntu22.04-builder:3d2c3d-2",
55+
sha256 = "5093434a9d3adaaf8e9a4d62fc0df2537d43ceaf01bf2acf9e94d9d38131b7ca",
5556
)
5657
use_repo(orfs, "com_github_nixos_patchelf_download")
5758
use_repo(orfs, "docker_orfs")

0 commit comments

Comments
 (0)