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 2019/01/14 12:45:09 UTC

[arrow] branch master updated: ARROW-4256: [Release] Fix Windows verification script for 0.12 release

This is an automated email from the ASF dual-hosted git repository.

uwe 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 cf047fc  ARROW-4256: [Release] Fix Windows verification script for 0.12 release
cf047fc is described below

commit cf047fc67698fe3655471da64ced8d9335668dc4
Author: Wes McKinney <we...@apache.org>
AuthorDate: Mon Jan 14 13:44:56 2019 +0100

    ARROW-4256: [Release] Fix Windows verification script for 0.12 release
    
    The verification script was missing double-conversion at least. This will make the script a tad more future-proof for upcoming releases
    
    Author: Wes McKinney <we...@apache.org>
    
    Closes #3393 from wesm/fix-windows-release-verification and squashes the following commits:
    
    b83ce7ed <Wes McKinney> Use common conda env files for Windows verification script
---
 dev/release/verify-release-candidate.bat | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev/release/verify-release-candidate.bat b/dev/release/verify-release-candidate.bat
index cc25b04..c85ece4 100644
--- a/dev/release/verify-release-candidate.bat
+++ b/dev/release/verify-release-candidate.bat
@@ -46,12 +46,11 @@ call conda create -p %_VERIFICATION_CONDA_ENV% -f -q -y python=%PYTHON% || exit
 call activate %_VERIFICATION_CONDA_ENV% || exit /B
 
 call conda install -y ^
-      six pytest setuptools numpy pandas cython ^
-      thrift-cpp flatbuffers rapidjson ^
-      cmake ^
-      git ^
-      boost-cpp ^
-      snappy zlib brotli gflags lz4-c zstd -c conda-forge || exit /B
+     python=3.7 ^
+     git ^
+     --file=ci\conda_env_cpp.yml ^
+     --file=ci\conda_env_python.yml ^
+     -c conda-forge || exit /B
 
 set GENERATOR=Visual Studio 14 2015 Win64
 set CONFIGURATION=release