aboutsummaryrefslogtreecommitdiff
path: root/kokoro/scripts/linux/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/scripts/linux/build.sh')
-rw-r--r--kokoro/scripts/linux/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/kokoro/scripts/linux/build.sh b/kokoro/scripts/linux/build.sh
index 6442978e..599a43fd 100644
--- a/kokoro/scripts/linux/build.sh
+++ b/kokoro/scripts/linux/build.sh
@@ -73,8 +73,7 @@ export PATH="$PWD:$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