Skip to content

Commit 2450a87

Browse files
committed
chore: update abseil to 20260107.1
1 parent d60f99e commit 2450a87

12 files changed

+17
-17
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module(
2323
bazel_dep(name = "platforms", version = "1.0.0")
2424
bazel_dep(name = "bazel_skylib", version = "1.9.0")
2525
bazel_dep(name = "rules_cc", version = "0.2.14")
26-
bazel_dep(name = "abseil-cpp", version = "20250814.2")
26+
bazel_dep(name = "abseil-cpp", version = "20260107.1")
2727

2828
# For backwards compatibility with WORKSPACE.
2929
# The name "com_google_protobuf" is internally used by @bazel_tools,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ENV PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig
5959

6060
# ```bash
6161
WORKDIR /var/tmp/build/abseil-cpp
62-
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250814.2.tar.gz | \
62+
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20260107.1.tar.gz | \
6363
tar -xzf - --strip-components=1 && \
6464
cmake \
6565
-DCMAKE_BUILD_TYPE=Debug \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN curl -fsSL https://github.com/Kitware/cmake/archive/v3.22.3.tar.gz | \
3737

3838
# ```bash
3939
WORKDIR /var/tmp/build/abseil-cpp
40-
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250814.2.tar.gz | \
40+
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20260107.1.tar.gz | \
4141
tar -xzf - --strip-components=1 && \
4242
cmake \
4343
-DCMAKE_BUILD_TYPE=Debug \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ENV CXX=g++-9
5858

5959
# ```bash
6060
WORKDIR /var/tmp/build/abseil-cpp
61-
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250814.2.tar.gz | \
61+
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20260107.1.tar.gz | \
6262
tar -xzf - --strip-components=1 && \
6363
cmake \
6464
-DCMAKE_BUILD_TYPE=Debug \

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

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

7373
# ```bash
7474
WORKDIR /var/tmp/build/abseil-cpp
75-
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250814.2.tar.gz | \
75+
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20260107.1.tar.gz | \
7676
tar -xzf - --strip-components=1 && \
7777
cmake \
7878
-DCMAKE_BUILD_TYPE=Debug \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN ln -s /usr/bin/pkgconf /usr/bin/pkg-config
6363

6464
# ```bash
6565
WORKDIR /var/tmp/build/abseil-cpp
66-
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250814.2.tar.gz | \
66+
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20260107.1.tar.gz | \
6767
tar -xzf - --strip-components=1 && \
6868
cmake \
6969
-DCMAKE_BUILD_TYPE=Debug \

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

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

3333
# ```bash
3434
WORKDIR /var/tmp/build/abseil-cpp
35-
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250814.2.tar.gz | \
35+
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20260107.1.tar.gz | \
3636
tar -xzf - --strip-components=1 && \
3737
cmake \
3838
-DCMAKE_BUILD_TYPE=Debug \

ci/cloudbuild/dockerfiles/fedora-latest-cmake.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ENV PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib
8484
# We disable the inline namespace because otherwise Abseil LTS updates break our
8585
# `check-api` build.
8686
WORKDIR /var/tmp/build
87-
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250814.2.tar.gz | \
87+
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20260107.1.tar.gz | \
8888
tar -xzf - --strip-components=1 && \
8989
cmake \
9090
-DCMAKE_BUILD_TYPE="Release" \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ENV PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib
7373
# with fewer layers).
7474

7575
WORKDIR /var/tmp/build
76-
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250814.2.tar.gz | \
76+
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20260107.1.tar.gz | \
7777
tar -xzf - --strip-components=1 && \
7878
cmake \
7979
-DCMAKE_CXX_STANDARD=20 \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN apt update && apt install -y openjdk-13-jre
5959
# image smaller (and with fewer layers)
6060

6161
WORKDIR /var/tmp/build/abseil-cpp
62-
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250814.2.tar.gz | \
62+
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20260107.1.tar.gz | \
6363
tar -xzf - --strip-components=1 && \
6464
cmake \
6565
-DCMAKE_BUILD_TYPE="Release" \

0 commit comments

Comments
 (0)