Skip to content

Commit 2dc3ddf

Browse files
authored
Merge pull request #7768 from Pinata-Consulting/bazel-orfs-docs-tweak
bazel: a bit more docs on updating bazel-orfs
2 parents 90955c4 + 410faf1 commit 2dc3ddf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test/orfs/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ A set of ORFS integration tests that runs in a few minutes suitable for inclusio
1111

1212
## Updating ORFS and bazel-orfs
1313

14-
`bazelisk run @bazel-orfs//:bump`, this will find the latest bazel-orfs and ORFS docker image and update MODULE.bazel and MODULE.bazel.lock.
14+
`bazelisk run @bazel-orfs//:bump`, will find the latest bazel-orfs and ORFS docker image and update MODULE.bazel and MODULE.bazel.lock.
15+
16+
Note that this update is needed infrequently because the compability between ORFS and OpenROAD only needs to be considered for `bazelisk test/orfs/...` tests.
17+
18+
bazel-orfs is updated at the same time as ORFS with the command above. bazel-orfs must sometimes be updated due to changes in the ORFS interface(such as variables.yaml updates or names of output files).

0 commit comments

Comments
 (0)