Skip to content

Commit f850cb5

Browse files
test
1 parent 3819122 commit f850cb5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

bazel/deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ def cpp_bigquery_odbc_development_deps(name = None):
5959
http_archive,
6060
name = "com_google_absl",
6161
urls = [
62-
"https://github.com/abseil/abseil-cpp/archive/20240722.0.tar.gz",
62+
"https://github.com/abseil/abseil-cpp/archive/20240116.2.tar.gz",
6363
],
6464
sha256 = "f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3",
65-
strip_prefix = "abseil-cpp-20240722.0",
65+
strip_prefix = "abseil-cpp-20240116.2",
6666
)
6767

6868
def cpp_bigquery_odbc_deps(name = None):

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN ln -sf /usr/local/bin/python3.10 /usr/bin/python3 && \
9999
# image smaller (and with fewer layers)
100100

101101
WORKDIR /var/tmp/build/abseil-cpp
102-
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20240722.0.tar.gz | \
102+
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20240116.2.tar.gz | \
103103
tar -xzf - --strip-components=1 && \
104104
cmake \
105105
-DCMAKE_BUILD_TYPE="Release" \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN pip3 install --require-hashes --no-deps -r /var/tmp/ci/requirements.txt
9898
# image smaller (and with fewer layers)
9999

100100
WORKDIR /var/tmp/build/abseil-cpp
101-
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20240722.0.tar.gz | \
101+
RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20240116.2.tar.gz | \
102102
tar -xzf - --strip-components=1 && \
103103
cmake \
104104
-DCMAKE_BUILD_TYPE="Release" \

0 commit comments

Comments
 (0)