This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new b601a63 ARROW-4056: [C++] Unpin boost-cpp in conda_env_cpp.yml
b601a63 is described below
commit b601a63e4f5a03394dad58ede6b3dfddef58abbd
Author: Wes McKinney <[email protected]>
AuthorDate: Fri Mar 15 13:18:36 2019 -0500
ARROW-4056: [C++] Unpin boost-cpp in conda_env_cpp.yml
Author: Wes McKinney <[email protected]>
Closes #3908 from wesm/ARROW-4056 and squashes the following commits:
bca5c7d39 <Wes McKinney> Restore boost-cpp to latest in conda_env_cpp.yml
---
ci/conda_env_cpp.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/ci/conda_env_cpp.yml b/ci/conda_env_cpp.yml
index 1ee5442..88e7d95 100644
--- a/ci/conda_env_cpp.yml
+++ b/ci/conda_env_cpp.yml
@@ -16,9 +16,7 @@
# under the License.
benchmark
-# ARROW-4056: The conda-forge boost 1.69.0 seems to break the Parquet unit
-# tests with Xcode 8.3. Root cause not yet determined
-boost-cpp=1.68.0
+boost-cpp
brotli
bzip2
c-ares