Skip to content

Commit

Permalink
Update dependencies of GCS (facebookincubator#8960)
Browse files Browse the repository at this point in the history
Summary:
Small change to update dependencies of GCS, that have not been updated in almost a year.
Fixes facebookincubator#8963.

Pull Request resolved: facebookincubator#8960

Reviewed By: Yuhta

Differential Revision: D54694659

Pulled By: kgpai

fbshipit-source-id: 18999aff4801449d3833ce4ae87ccd0615115583
  • Loading branch information
tigrux authored and facebook-github-bot committed Mar 12, 2024
1 parent af49aa5 commit 21242cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/setup-adapters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function install_gcs-sdk-cpp {
# https://github.com/googleapis/google-cloud-cpp/blob/main/doc/packaging.md#required-libraries

# abseil-cpp
github_checkout abseil/abseil-cpp 20230125.3 --depth 1
github_checkout abseil/abseil-cpp 20240116.1 --depth 1
sed -i 's/^#define ABSL_OPTION_USE_\(.*\) 2/#define ABSL_OPTION_USE_\1 0/' "absl/base/options.h"
cmake_install -DBUILD_SHARED_LIBS=OFF \
-DABSL_BUILD_TESTING=OFF
Expand All @@ -71,12 +71,12 @@ function install_gcs-sdk-cpp {
-DCRC32C_USE_GLOG=OFF

# nlohmann json
github_checkout nlohmann/json v3.11.2 --depth 1
github_checkout nlohmann/json v3.11.3 --depth 1
cmake_install -DBUILD_SHARED_LIBS=OFF \
-DJSON_BuildTests=OFF

# google-cloud-cpp
github_checkout googleapis/google-cloud-cpp v2.10.1 --depth 1
github_checkout googleapis/google-cloud-cpp v2.22.0 --depth 1
cmake_install -DBUILD_SHARED_LIBS=OFF \
-DCMAKE_INSTALL_MESSAGE=NEVER \
-DGOOGLE_CLOUD_CPP_ENABLE_EXAMPLES=OFF \
Expand Down

0 comments on commit 21242cb

Please sign in to comment.