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
Currently, there seems no way to apply options between bazel and [cmd], only after [cmd] is available (e.g. -- --config debug).
My project has multiple bazelrc file, and I'd use bazel --bazelrc=xxx.bazelrc build //:my_target to build it. Thus refresh_compile_commands doesn't know this and failed to find the proper bazelrc.
The text was updated successfully, but these errors were encountered:
neko-para
changed the title
Is it possible to make it work with non-standard bazelrc filename?
How to specific startup option?
Sep 19, 2024
Currently, there seems no way to apply options between
bazel
and[cmd]
, only after[cmd]
is available (e.g.-- --config debug
).My project has multiple bazelrc file, and I'd use
bazel --bazelrc=xxx.bazelrc build //:my_target
to build it. Thus refresh_compile_commands doesn't know this and failed to find the proper bazelrc.The text was updated successfully, but these errors were encountered: