Merge pull request #149 from haberman/fixmacos

Fix macOS Kokoro build.
pull/13171/head
Joshua Haberman 6 years ago committed by GitHub
commit b0292a9eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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

Loading…
Cancel
Save