Skip to content

Commit 8a4c87e

Browse files
authored
Merge pull request #2901 from Pinata-Consulting/bazel-module-bazel-comment-cleanup
bazel: clean up comments
2 parents 6798b49 + 3f39756 commit 8a4c87e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

flow/MODULE.bazel

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,15 @@ use_repo(pip, "orfs-pip")
4242

4343
orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
4444
orfs.default(
45-
# To build an ORFS image from a PR:
46-
# ./build_openroad.sh --latest
45+
# Check out the version you want to test and make any modifications locally:
4746
#
48-
# Check out the PRs and modify the local repository as needed
4947
# ./build_openroad.sh --no_init
5048
#
51-
# docker tag docker.io/openroad/flow-ubuntu22.04-builder:c46d41 gcr.io/ascenium/orfs-megaboom/flow-ubuntu22.04-builder:c46d41
52-
# docker push gcr.io/ascenium/orfs-megaboom/flow-ubuntu22.04-builder:c46d41
53-
# image = "gcr.io/ascenium/orfs-megaboom/flow-ubuntu22.04-builder:c46d41",
54-
#
49+
# Comment out "sha256" below, not available for local docker images
50+
# and update "image" to point to the local image.
51+
5552
# Official image https://hub.docker.com/r/openroad/orfs/tags
5653
image = "docker.io/openroad/orfs:v3.0-2130-g6b38aeeb",
57-
# image = "gcr.io/ascenium/orfs-megaboom/flow-ubuntu22.04-builder:3d2c3d-2",
5854
sha256 = "f5b573d244862bc59f858e2a3586c48aef70989e98f6541099bd15a720e28e7e",
5955
)
6056
use_repo(orfs, "com_github_nixos_patchelf_download")

0 commit comments

Comments
 (0)