Skip to content

Commit 71012ff

Browse files
authored
chore(deps): update dependency google/benchmark to v1.7.0 (#9560)
1 parent d8da883 commit 71012ff

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

ci/cloudbuild/dockerfiles/centos-7.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ RUN curl -sSL https://github.com/google/googletest/archive/release-1.11.0.tar.gz
154154

155155
# Download and compile Google microbenchmark support library:
156156
WORKDIR /var/tmp/build
157-
RUN curl -sSL https://github.com/google/benchmark/archive/v1.6.2.tar.gz | \
157+
RUN curl -sSL https://github.com/google/benchmark/archive/v1.7.0.tar.gz | \
158158
tar -xzf - --strip-components=1 && \
159159
cmake \
160160
-DCMAKE_BUILD_TYPE="Release" \

ci/cloudbuild/dockerfiles/fedora-36-cxx14.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN curl -sSL https://github.com/google/googletest/archive/release-1.11.0.tar.gz
8585

8686
# Download and compile Google microbenchmark support library:
8787
WORKDIR /var/tmp/build
88-
RUN curl -sSL https://github.com/google/benchmark/archive/v1.6.2.tar.gz | \
88+
RUN curl -sSL https://github.com/google/benchmark/archive/v1.7.0.tar.gz | \
8989
tar -xzf - --strip-components=1 && \
9090
cmake \
9191
-DCMAKE_CXX_STANDARD=14 \

ci/cloudbuild/dockerfiles/fedora-36-cxx20.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN curl -sSL https://github.com/google/googletest/archive/release-1.12.1.tar.gz
8585
# TODO(#9508) - use CMAKE_CXX_STANDARD=20 here too, using 17 is a work around.
8686
# Download and compile Google microbenchmark support library:
8787
WORKDIR /var/tmp/build
88-
RUN curl -sSL https://github.com/google/benchmark/archive/v1.6.2.tar.gz | \
88+
RUN curl -sSL https://github.com/google/benchmark/archive/v1.7.0.tar.gz | \
8989
tar -xzf - --strip-components=1 && \
9090
cmake \
9191
-DCMAKE_CXX_STANDARD=17 \

ci/cloudbuild/dockerfiles/fedora-36.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN curl -sSL https://github.com/google/googletest/archive/release-1.11.0.tar.gz
7777
ldconfig && cd /var/tmp && rm -fr build
7878

7979
WORKDIR /var/tmp/build
80-
RUN curl -sSL https://github.com/google/benchmark/archive/v1.6.2.tar.gz | \
80+
RUN curl -sSL https://github.com/google/benchmark/archive/v1.7.0.tar.gz | \
8181
tar -xzf - --strip-components=1 && \
8282
cmake \
8383
-DCMAKE_BUILD_TYPE="Release" \

ci/cloudbuild/dockerfiles/ubuntu-bionic-install.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN curl -sSL https://github.com/google/googletest/archive/release-1.11.0.tar.gz
8282
cd /var/tmp && rm -fr build
8383

8484
WORKDIR /var/tmp/build/benchmark
85-
RUN curl -sSL https://github.com/google/benchmark/archive/v1.6.2.tar.gz | \
85+
RUN curl -sSL https://github.com/google/benchmark/archive/v1.7.0.tar.gz | \
8686
tar -xzf - --strip-components=1 && \
8787
cmake \
8888
-DCMAKE_BUILD_TYPE="Release" \

0 commit comments

Comments
 (0)