Skip to content

Commit

Permalink
Add clarification about how to calculate the MD5
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerhu committed Nov 25, 2022
1 parent 6d07ee5 commit 2d7c5e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/en/remote/output-directories.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ The solution that's currently implemented:
directory. So, for example, if Bazel is running in the workspace directory
`/home/user/src/my-project` (or in a directory symlinked to that one), then
an output base directory is created called:
`/home/user/.cache/bazel/_bazel_user/7ffd56a6e4cb724ea575aba15733d113`.
`/home/user/.cache/bazel/_bazel_user/7ffd56a6e4cb724ea575aba15733d113`. You
can also check run `echo -n $(pwd) | md5sum` in a Bazel workspace to get the MD5.
* You can use Bazel's `--output_base` startup option to override the default
output base directory. For example,
`bazel --output_base=/tmp/bazel/output build x/y:z`.
Expand Down

0 comments on commit 2d7c5e3

Please sign in to comment.