Skip to content

Commit 21afe60

Browse files
authored
chore(deps): update dependency abseil/abseil-cpp to v20220623.1 (#9755)
1 parent d57f3e7 commit 21afe60

15 files changed

+23
-23
lines changed

ci/cloudbuild/dockerfiles/centos-7.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/lib
6363
ENV PATH=/usr/local/bin:${PATH}
6464

6565
WORKDIR /var/tmp/build/abseil-cpp
66-
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20211102.0.tar.gz | \
66+
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
6767
tar -xzf - --strip-components=1 && \
6868
sed -i 's/^#define ABSL_OPTION_USE_\(.*\) 2/#define ABSL_OPTION_USE_\1 0/' "absl/base/options.h" && \
6969
cmake \

ci/cloudbuild/dockerfiles/demo-centos-7.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ENV PATH=/usr/local/bin:${PATH}
9696

9797
# ```bash
9898
WORKDIR /var/tmp/build/abseil-cpp
99-
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.0.tar.gz | \
99+
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
100100
tar -xzf - --strip-components=1 && \
101101
sed -i 's/^#define ABSL_OPTION_USE_\(.*\) 2/#define ABSL_OPTION_USE_\1 0/' "absl/base/options.h" && \
102102
cmake \

ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN apt-get update && \
4444

4545
# ```bash
4646
WORKDIR /var/tmp/build/abseil-cpp
47-
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.0.tar.gz | \
47+
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
4848
tar -xzf - --strip-components=1 && \
4949
sed -i 's/^#define ABSL_OPTION_USE_\(.*\) 2/#define ABSL_OPTION_USE_\1 0/' "absl/base/options.h" && \
5050
cmake \

ci/cloudbuild/dockerfiles/demo-debian-buster.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN apt-get update && \
4343

4444
# ```bash
4545
WORKDIR /var/tmp/build/abseil-cpp
46-
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.0.tar.gz | \
46+
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
4747
tar -xzf - --strip-components=1 && \
4848
sed -i 's/^#define ABSL_OPTION_USE_\(.*\) 2/#define ABSL_OPTION_USE_\1 0/' "absl/base/options.h" && \
4949
cmake \

ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ENV PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib
7474

7575
# ```bash
7676
WORKDIR /var/tmp/build/abseil-cpp
77-
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.0.tar.gz | \
77+
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
7878
tar -xzf - --strip-components=1 && \
7979
sed -i 's/^#define ABSL_OPTION_USE_\(.*\) 2/#define ABSL_OPTION_USE_\1 0/' "absl/base/options.h" && \
8080
cmake \

ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ENV PATH=/usr/local/bin:${PATH}
5656

5757
# ```bash
5858
WORKDIR /var/tmp/build/abseil-cpp
59-
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.0.tar.gz | \
59+
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
6060
tar -xzf - --strip-components=1 && \
6161
sed -i 's/^#define ABSL_OPTION_USE_\(.*\) 2/#define ABSL_OPTION_USE_\1 0/' "absl/base/options.h" && \
6262
cmake \

ci/cloudbuild/dockerfiles/demo-rockylinux-8.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ENV PATH=/usr/local/bin:${PATH}
7373

7474
# ```bash
7575
WORKDIR /var/tmp/build/abseil-cpp
76-
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.0.tar.gz | \
76+
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
7777
tar -xzf - --strip-components=1 && \
7878
sed -i 's/^#define ABSL_OPTION_USE_\(.*\) 2/#define ABSL_OPTION_USE_\1 0/' "absl/base/options.h" && \
7979
cmake \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN apt-get update && \
4343

4444
# ```bash
4545
WORKDIR /var/tmp/build/abseil-cpp
46-
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.0.tar.gz | \
46+
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
4747
tar -xzf - --strip-components=1 && \
4848
sed -i 's/^#define ABSL_OPTION_USE_\(.*\) 2/#define ABSL_OPTION_USE_\1 0/' "absl/base/options.h" && \
4949
cmake \

ci/cloudbuild/dockerfiles/demo-ubuntu-focal.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN apt-get update && \
4444

4545
# ```bash
4646
WORKDIR /var/tmp/build/abseil-cpp
47-
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.0.tar.gz | \
47+
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
4848
tar -xzf - --strip-components=1 && \
4949
sed -i 's/^#define ABSL_OPTION_USE_\(.*\) 2/#define ABSL_OPTION_USE_\1 0/' "absl/base/options.h" && \
5050
cmake \

ci/cloudbuild/dockerfiles/demo-ubuntu-jammy.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN apt-get update && \
4545

4646
# ```bash
4747
WORKDIR /var/tmp/build/abseil-cpp
48-
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.0.tar.gz | \
48+
RUN curl -sSL https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz | \
4949
tar -xzf - --strip-components=1 && \
5050
sed -i 's/^#define ABSL_OPTION_USE_\(.*\) 2/#define ABSL_OPTION_USE_\1 0/' "absl/base/options.h" && \
5151
cmake \

0 commit comments

Comments
 (0)