From d62ef8a20abeb14593e04a3703048f30d06eae66 Mon Sep 17 00:00:00 2001 From: David Neto Date: Thu, 2 Feb 2023 16:23:49 -0500 Subject: [PATCH] Use the ninja already in the docker build. --- kokoro/linux-clang-gn/build-docker.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kokoro/linux-clang-gn/build-docker.sh b/kokoro/linux-clang-gn/build-docker.sh index d00d2759..6540b1be 100755 --- a/kokoro/linux-clang-gn/build-docker.sh +++ b/kokoro/linux-clang-gn/build-docker.sh @@ -34,8 +34,13 @@ # POSSIBILITY OF SUCH DAMAGE. set -e # Fail on any error. + +. /bin/using.sh # Declare the bash `using` function for configuring toolchains. + set -x # Display commands being run. +using ninja-1.10.0 + # Disable git's "detected dubious ownership" error - kokoro checks out the repo # with a different user, and we don't care about this warning. git config --global --add safe.directory '*'