Skip to content

Commit f7d158e

Browse files
committed
chore(deps): update dependency googleapis/google-cloud-cpp to v2.46.0
1 parent 900c9a6 commit f7d158e

12 files changed

Lines changed: 20 additions & 20 deletions

ci/cloudbuild/dockerfiles/demo-alpine-stable.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
9595

9696
# #### google-cloud-cpp
9797
WORKDIR /var/tmp/build/google-cloud-cpp
98-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
98+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.46.0.tar.gz | \
9999
tar -xzf - --strip-components=1 && \
100100
cmake \
101101
-GNinja -S . -B cmake-out \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
113113

114114
# #### google-cloud-cpp
115115
WORKDIR /var/tmp/build/google-cloud-cpp
116-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
116+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.46.0.tar.gz | \
117117
tar -xzf - --strip-components=1 && \
118118
cmake \
119119
-GNinja -S . -B cmake-out \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
192192

193193
# #### google-cloud-cpp
194194
WORKDIR /var/tmp/build/google-cloud-cpp
195-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
195+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.46.0.tar.gz | \
196196
tar -xzf - --strip-components=1 && \
197197
cmake \
198198
-GNinja -S . -B cmake-out \

ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
104104

105105
# #### google-cloud-cpp
106106
WORKDIR /var/tmp/build/google-cloud-cpp
107-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
107+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.46.0.tar.gz | \
108108
tar -xzf - --strip-components=1 && \
109109
cmake \
110110
-GNinja -S . -B cmake-out \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
9595

9696
# #### google-cloud-cpp
9797
WORKDIR /var/tmp/build/google-cloud-cpp
98-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
98+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.46.0.tar.gz | \
9999
tar -xzf - --strip-components=1 && \
100100
cmake \
101101
-GNinja -S . -B cmake-out \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
227227

228228
# #### google-cloud-cpp
229229
WORKDIR /var/tmp/build/google-cloud-cpp
230-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
230+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.46.0.tar.gz | \
231231
tar -xzf - --strip-components=1 && \
232232
cmake \
233233
-GNinja -S . -B cmake-out \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
118118

119119
# #### google-cloud-cpp
120120
WORKDIR /var/tmp/build/google-cloud-cpp
121-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
121+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.46.0.tar.gz | \
122122
tar -xzf - --strip-components=1 && \
123123
cmake \
124124
-GNinja -S . -B cmake-out \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
194194

195195
# #### google-cloud-cpp
196196
WORKDIR /var/tmp/build/google-cloud-cpp
197-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
197+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.46.0.tar.gz | \
198198
tar -xzf - --strip-components=1 && \
199199
cmake \
200200
-GNinja -S . -B cmake-out \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g
171171

172172
# #### google-cloud-cpp
173173
WORKDIR /var/tmp/build/google-cloud-cpp
174-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
174+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.46.0.tar.gz | \
175175
tar -xzf - --strip-components=1 && \
176176
cmake \
177177
-GNinja -S . -B cmake-out \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.69.0.tar.gz | \
182182
# files.
183183
ENV LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:${LD_LIBRARY_PATH}
184184
WORKDIR /var/tmp/build/google-cloud-cpp
185-
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
185+
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.46.0.tar.gz | \
186186
tar -xzf - --strip-components=1 && \
187187
cmake \
188188
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)