aboutsummaryrefslogtreecommitdiff
path: root/kokoro/scripts/linux/build.sh
diff options
context:
space:
mode:
authoralan-baker <33432579+alan-baker@users.noreply.github.com>2018-09-27 09:44:01 -0400
committerLei Zhang <antiagainst@google.com>2018-09-27 09:44:01 -0400
commita78fa0978d6415bc53465a5c075d291ba71df12b (patch)
tree60bdd57e6d2e1686eddaa415a5f905cc437590d7 /kokoro/scripts/linux/build.sh
parent80564a56ec85b0aa083111a3e153d84a680bec02 (diff)
downloadspirv-tools-a78fa0978d6415bc53465a5c075d291ba71df12b.tar.gz
Set the C++ version to C++11 (#1933)
This reverts commit bfcdc913c4184430e4fca6923683c62723bf5956.
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