-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Build
-
ALL
-
200
In pure scons builds, bazel usually runs everything first before scons starts building. an exception to this is the bazel compile commands generation, which runs in a separate bazel command. This separate bazel command seems to touch the external directories for a brief period of time and in some cases cause scons local program builders to not find items in the bazel toolchain.
We should make sure bazel compiledb finishes before scons starts executing its graph.
- related to
-
SERVER-97283 fix ninja compiledb output
- Closed