From 4f074aed75a0996f288ec60270435012e8cc771e Mon Sep 17 00:00:00 2001 From: Greg Fischer Date: Fri, 11 Dec 2020 11:27:09 -0700 Subject: [PATCH] Update README to avoid googletest breakage Additional fix for #2480 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7ad4ace9..9b8cfb3f 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,15 @@ cd git clone https://github.com/google/googletest.git External/googletest ``` +TEMPORARY NOTICE: additionally perform the following to avoid a current +breakage in googletest: + +```bash +cd External/googletest +git checkout 0c400f67fcf305869c5fb113dd296eca266c9725 +cd ../.. +``` + If you wish to assure that SPIR-V generated from HLSL is legal for Vulkan, wish to invoke -Os to reduce SPIR-V size from HLSL or GLSL, or wish to run the integrated test suite, install spirv-tools with this: