Skip to content

Commit 8759a97

Browse files
committed
Pin googletest to release 1.10.0, as master is now broken on iOS.
1 parent ddb5a4c commit 8759a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_framework/download_googletest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
SRC_DIR = os.path.relpath(os.path.dirname(__file__))
3636
TAG = os.path.basename(__file__)
3737

38-
GOOGLETEST_ZIP = 'https://github.com/google/googletest/archive/master.zip'
38+
GOOGLETEST_ZIP = 'https://github.com/google/googletest/archive/refs/tags/release-1.10.0.zip'
3939
# Top-level directory inside the zip file to ignore.
40-
GOOGLETEST_DIR = os.path.join('googletest-master')
40+
GOOGLETEST_DIR = os.path.join('googletest-release-1.10.0')
4141

4242
# The GoogleTest code is copied into this subdirectory.
4343
# This structure matches where the files are placed by CMake.

0 commit comments

Comments
 (0)