You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2017/07/14 17:51:18 UTC

arrow git commit: ARROW-1208: [C++] Install zstd from conda for Toolchain Appveyor buil…

Repository: arrow
Updated Branches:
  refs/heads/master 248a9d830 -> c7e099520


ARROW-1208: [C++] Install zstd from conda for Toolchain Appveyor buil…

…d job

Author: Max Risuhin <ri...@gmail.com>

Closes #837 from MaxRis/ARROW-1208 and squashes the following commits:

080026b [Max Risuhin] ARROW-1208: [C++] Install zstd from conda for Toolchain Appveyor build job


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/c7e09952
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/c7e09952
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/c7e09952

Branch: refs/heads/master
Commit: c7e09952083b70b62d2aa6f3cd4ad89e68a5ae88
Parents: 248a9d8
Author: Max Risuhin <ri...@gmail.com>
Authored: Fri Jul 14 19:51:14 2017 +0200
Committer: Uwe L. Korn <uw...@xhochy.com>
Committed: Fri Jul 14 19:51:14 2017 +0200

----------------------------------------------------------------------
 ci/msvc-build.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/c7e09952/ci/msvc-build.bat
----------------------------------------------------------------------
diff --git a/ci/msvc-build.bat b/ci/msvc-build.bat
index d4f7c8b..c84d12d 100644
--- a/ci/msvc-build.bat
+++ b/ci/msvc-build.bat
@@ -42,7 +42,7 @@ conda create -n arrow -q -y python=%PYTHON% ^
 if "%CONFIGURATION%" == "Toolchain" (
   conda install -n arrow -q -y -c conda-forge ^
       flatbuffers rapidjson cmake git boost-cpp ^
-      thrift-cpp snappy zlib brotli gflags lz4-c
+      thrift-cpp snappy zlib brotli gflags lz4-c zstd
 )
 
 call activate arrow