You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm new to bazel and I'm having problems that leads me to this issue.
With build --symlink_prefix=build/bazel- in my .bazelrc I get the following error:
>>> //bazel-out is missing. Please remove --symlink_prefix and --experimental_convenience_symlinks, so the workspace mirrors the compilation environment.
Am I understanding it correctly that this issue seeks to fix this problem/limitation, making it so that the symlink directories can be put elsewhere?
Sym_link
Builds which reroute bazel output cannot be generated for, request to add support for this
Output
compile_commands.json
is always placed in theTLD
. Ideally, we should be able to configure where this artifact is placed.The text was updated successfully, but these errors were encountered: