diff --git a/kokoro/ubuntu/build.sh b/kokoro/ubuntu/build.sh index 3550a34ed4..ad8122b1bd 100644 --- a/kokoro/ubuntu/build.sh +++ b/kokoro/ubuntu/build.sh @@ -3,6 +3,11 @@ # Install the latest version of Bazel. use_bazel.sh latest +# Verify/query CMake +echo PATH=$PATH +ls -l `which cmake` +cmake --version + # Log the bazel path and version. which bazel bazel version