Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bazel/workspace0.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ def gl_cpp_workspace0(name = None):
http_archive,
name = "com_google_googleapis_google_cloud_cpp",
urls = [
"https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz",
"https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz",
],
sha256 = "81ea28cf9e5bb032d356b0187409f30b1035f8ea5b530675ea248c8a6c0070aa",
strip_prefix = "google-cloud-cpp-2.35.0",
sha256 = "3d1b5eb696832f9071bf7ef0b3f0c9fd27c1a39d5edcb8a9976c65193319fd01",
strip_prefix = "google-cloud-cpp-2.45.0",
)
2 changes: 1 addition & 1 deletion ci/cloudbuild/dockerfiles/demo-alpine-stable.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g

# #### google-cloud-cpp
WORKDIR /var/tmp/build/google-cloud-cpp
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g

# #### google-cloud-cpp
WORKDIR /var/tmp/build/google-cloud-cpp
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g

# #### google-cloud-cpp
WORKDIR /var/tmp/build/google-cloud-cpp
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down
2 changes: 1 addition & 1 deletion ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g

# #### google-cloud-cpp
WORKDIR /var/tmp/build/google-cloud-cpp
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down
2 changes: 1 addition & 1 deletion ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g

# #### google-cloud-cpp
WORKDIR /var/tmp/build/google-cloud-cpp
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down
2 changes: 1 addition & 1 deletion ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g

# #### google-cloud-cpp
WORKDIR /var/tmp/build/google-cloud-cpp
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down
2 changes: 1 addition & 1 deletion ci/cloudbuild/dockerfiles/demo-ubuntu-24.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g

# #### google-cloud-cpp
WORKDIR /var/tmp/build/google-cloud-cpp
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down
2 changes: 1 addition & 1 deletion ci/cloudbuild/dockerfiles/demo-ubuntu-focal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g

# #### google-cloud-cpp
WORKDIR /var/tmp/build/google-cloud-cpp
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down
2 changes: 1 addition & 1 deletion ci/cloudbuild/dockerfiles/demo-ubuntu-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ RUN curl -fsSL https://github.com/apache/arrow/archive/apache-arrow-18.1.0.tar.g

# #### google-cloud-cpp
WORKDIR /var/tmp/build/google-cloud-cpp
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.69.0.tar.gz | \
# files.
ENV LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:${LD_LIBRARY_PATH}
WORKDIR /var/tmp/build/google-cloud-cpp
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion ci/cloudbuild/dockerfiles/fedora-latest-cmake.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.69.0.tar.gz | \
# files.
ENV LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:${LD_LIBRARY_PATH}
WORKDIR /var/tmp/build/google-cloud-cpp
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
RUN curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
18 changes: 9 additions & 9 deletions doc/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ sudo cmake --build cmake-out --target install

#### google-cloud-cpp
mkdir -p $HOME/Downloads/google-cloud-cpp && cd $HOME/Downloads/google-cloud-cpp
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down Expand Up @@ -331,7 +331,7 @@ sudo cmake --build cmake-out --target install

#### google-cloud-cpp
mkdir -p $HOME/Downloads/google-cloud-cpp && cd $HOME/Downloads/google-cloud-cpp
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down Expand Up @@ -449,7 +449,7 @@ sudo cmake --build cmake-out --target install

#### google-cloud-cpp
mkdir -p $HOME/Downloads/google-cloud-cpp && cd $HOME/Downloads/google-cloud-cpp
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down Expand Up @@ -590,7 +590,7 @@ sudo cmake --build cmake-out --target install

#### google-cloud-cpp
mkdir -p $HOME/Downloads/google-cloud-cpp && cd $HOME/Downloads/google-cloud-cpp
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down Expand Up @@ -784,7 +784,7 @@ sudo cmake --build cmake-out --target install

#### google-cloud-cpp
mkdir -p $HOME/Downloads/google-cloud-cpp && cd $HOME/Downloads/google-cloud-cpp
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down Expand Up @@ -1001,7 +1001,7 @@ sudo cmake --build cmake-out --target install

#### google-cloud-cpp
mkdir -p $HOME/Downloads/google-cloud-cpp && cd $HOME/Downloads/google-cloud-cpp
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down Expand Up @@ -1137,7 +1137,7 @@ sudo cmake --build cmake-out --target install

#### google-cloud-cpp
mkdir -p $HOME/Downloads/google-cloud-cpp && cd $HOME/Downloads/google-cloud-cpp
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down Expand Up @@ -1352,7 +1352,7 @@ sudo cmake --build cmake-out --target install

#### google-cloud-cpp
mkdir -p $HOME/Downloads/google-cloud-cpp && cd $HOME/Downloads/google-cloud-cpp
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down Expand Up @@ -1604,7 +1604,7 @@ sudo cmake --build cmake-out --target install

#### google-cloud-cpp
mkdir -p $HOME/Downloads/google-cloud-cpp && cd $HOME/Downloads/google-cloud-cpp
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.35.0.tar.gz | \
curl -fsSL https://github.com/googleapis/google-cloud-cpp/archive/v2.45.0.tar.gz | \
tar -xzf - --strip-components=1 && \
cmake \
-GNinja -S . -B cmake-out \
Expand Down