Skip to content

Commit

Permalink
Clarify gofuse flag 'bazelout' in DEVDOC (#894)
Browse files Browse the repository at this point in the history
Fixes b/194912501
  • Loading branch information
johnplate authored Aug 2, 2021
1 parent d3e2631 commit b9d1177
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions DEVDOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ mkdir <path-outside-agi-source>/agi-gofuse
# Run gofuse with the previous directory as a target
bazel run //cmd/gofuse -- -dir <path-to-agi-gofuse>

# If you build with bazel build -c dbg pkg, the <path-to-bazelout> is `k8-dbg` on Linux.
bazel run //cmd/gofuse -- -dir <path-to-agi-gofuse> -bazelout <path-to-bazelout>
# If the previous command fails to correctly guess the sub-directory under `bazel-out`,
# please pass it with the command below. For example if you build on Windows, the
# standard <bazelout-subdir> is `x64_windows-fastbuild`. If you build on Linux with
# `bazel build -c dbg pkg`, the <bazelout-subdir> is `k8-dbg`.
bazel run //cmd/gofuse -- -dir <path-to-agi-gofuse> -bazelout <bazelout-subdir>

# Build the package again to output the original compile-time generated files again.
bazel build pkg
Expand Down

0 comments on commit b9d1177

Please sign in to comment.