-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Critical - P2
-
Affects Version/s: None
-
Component/s: None
-
None
-
DevProd Build
-
Fully Compatible
-
None
-
1
-
Hour
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
0
In the clang tidy task UI, it shows "bazel run mongo-tidy-test":
However this task also runs "bazel build //src/mongo/... --config=clang-tidy", which is going to be the command that fails most often for users.
Show the following as a test run in the UI: "bazel build //src/mongo/... --config=clang-tidy"
The bazel_compile.sh script likely needs to be modified to allow this as a configurable option, the logic can be lifted from bazel_test.sh