| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ac97aaa commit facaaa6
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -115,10 +115,10 @@ def gl_cpp_workspace0(name = None): | |||
| 115 | 115 | http_archive, | |
| 116 | 116 | name = "com_google_googletest", | |
| 117 | 117 | urls = [ | |
| 118 | - "https://github.com/google/googletest/archive/v1.15.2.tar.gz", | ||
| 118 | + "https://github.com/google/googletest/archive/v1.16.0.tar.gz", | ||
| 119 | 119 | ], | |
| 120 | - sha256 = "7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926", | ||
| 121 | - strip_prefix = "googletest-1.15.2", | ||
| 120 | + sha256 = "78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399", | ||
| 121 | + strip_prefix = "googletest-1.16.0", | ||
| 122 | 122 | ) | |
| 123 | 123 | ||
| 124 | 124 | # Load the googleapis dependency. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -83,7 +83,7 @@ RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250127.0.tar.gz | | |||
| 83 | 83 | ldconfig && cd /var/tmp && rm -fr build | |
| 84 | 84 | ||
| 85 | 85 | WORKDIR /var/tmp/build | |
| 86 | - RUN curl -fsSL https://github.com/google/googletest/archive/v1.15.2.tar.gz | \ | ||
| 86 | + RUN curl -fsSL https://github.com/google/googletest/archive/v1.16.0.tar.gz | \ | ||
| 87 | 87 | tar -xzf - --strip-components=1 && \ | |
| 88 | 88 | cmake \ | |
| 89 | 89 | -DCMAKE_BUILD_TYPE="Release" \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -81,7 +81,7 @@ RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250127.0.tar.gz | | |||
| 81 | 81 | cd /var/tmp && rm -fr build | |
| 82 | 82 | ||
| 83 | 83 | WORKDIR /var/tmp/build | |
| 84 | - RUN curl -fsSL https://github.com/google/googletest/archive/v1.15.2.tar.gz | \ | ||
| 84 | + RUN curl -fsSL https://github.com/google/googletest/archive/v1.16.0.tar.gz | \ | ||
| 85 | 85 | tar -xzf - --strip-components=1 && \ | |
| 86 | 86 | cmake \ | |
| 87 | 87 | -DCMAKE_CXX_STANDARD=14 \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -83,7 +83,7 @@ RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250127.0.tar.gz | | |||
| 83 | 83 | cd /var/tmp && rm -fr build | |
| 84 | 84 | ||
| 85 | 85 | WORKDIR /var/tmp/build | |
| 86 | - RUN curl -fsSL https://github.com/google/googletest/archive/v1.15.2.tar.gz | \ | ||
| 86 | + RUN curl -fsSL https://github.com/google/googletest/archive/v1.16.0.tar.gz | \ | ||
| 87 | 87 | tar -xzf - --strip-components=1 && \ | |
| 88 | 88 | cmake \ | |
| 89 | 89 | -DCMAKE_CXX_STANDARD=20 \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ ENV PATH=/usr/local/bin:${PATH} | |||
| 33 | 33 | # Install googletest, remove the downloaded files and the temporary artifacts | |
| 34 | 34 | # after a successful build to keep the image smaller (and with fewer layers) | |
| 35 | 35 | WORKDIR /var/tmp/build | |
| 36 | - RUN curl -fsSL https://github.com/google/googletest/archive/v1.15.2.tar.gz | \ | ||
| 36 | + RUN curl -fsSL https://github.com/google/googletest/archive/v1.16.0.tar.gz | \ | ||
| 37 | 37 | tar -xzf - --strip-components=1 && \ | |
| 38 | 38 | cmake \ | |
| 39 | 39 | -DCMAKE_BUILD_TYPE="Release" \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -71,7 +71,7 @@ RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250127.0.tar.gz | | |||
| 71 | 71 | cd /var/tmp && rm -fr build | |
| 72 | 72 | ||
| 73 | 73 | WORKDIR /var/tmp/build/googletest | |
| 74 | - RUN curl -fsSL https://github.com/google/googletest/archive/v1.15.2.tar.gz | \ | ||
| 74 | + RUN curl -fsSL https://github.com/google/googletest/archive/v1.16.0.tar.gz | \ | ||
| 75 | 75 | tar -xzf - --strip-components=1 && \ | |
| 76 | 76 | cmake \ | |
| 77 | 77 | -DCMAKE_BUILD_TYPE="Release" \ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments