File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,15 @@ use_repo(pip, "orfs-pip")
4242
4343orfs = use_extension ("@bazel-orfs//:extension.bzl" , "orfs_repositories" )
4444orfs .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)
6056use_repo (orfs , "com_github_nixos_patchelf_download" )
You can’t perform that action at this time.
0 commit comments