aboutsummaryrefslogtreecommitdiff
path: root/kokoro/check-format/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/check-format/build.sh')
-rw-r--r--kokoro/check-format/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/kokoro/check-format/build.sh b/kokoro/check-format/build.sh
index ca5687e8..2a8d50fb 100644
--- a/kokoro/check-format/build.sh
+++ b/kokoro/check-format/build.sh
@@ -31,8 +31,7 @@ export PATH=$PWD/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin:$PATH
cd $SRC
git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
-git clone https://github.com/google/googletest external/googletest
-cd external && cd googletest && git reset --hard 0fc5466dbb9e623029b1ada539717d10bd45e99e && cd .. && cd ..
+git clone --depth=1 https://github.com/google/googletest external/googletest
git clone --depth=1 https://github.com/google/effcee external/effcee
git clone --depth=1 https://github.com/google/re2 external/re2
curl -L http://llvm.org/svn/llvm-project/cfe/trunk/tools/clang-format/clang-format-diff.py -o utils/clang-format-diff.py;