yyossy5 commented on issue #46137:
URL: https://github.com/apache/arrow/issues/46137#issuecomment-2863630954
```diff
diff --git a/ci/conda_env_cpp.txt b/ci/conda_env_cpp.txt
index 731b49fa46..396fc83da8 100644
--- a/ci/conda_env_cpp.txt
+++ b/ci/conda_env_cpp.txt
@@ -31,8 +31,8 @@ gflags
glog
gmock>=1.10.0
google-cloud-cpp>=1.34.0
-grpc-cpp<=1.50.1
gtest>=1.10.0
+libgrpc
libprotobuf
libutf8proc
lz4-c
@@ -50,3 +50,4 @@ thrift-cpp>=0.11.0
xsimd
zlib
zstd
+zstd-static
```
Adding `zstd-static` to `conda_env_cpp.txt` allowed for a successful build
of C++ Arrow.
If we change `grpc-cpp` to `libgrpc`, we might also need `zstd-static`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]