Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions ci/msvc-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,11 @@ conda create -n arrow -q -y python=%PYTHON% ^
six pytest setuptools numpy pandas cython ^
thrift-cpp

@rem ARROW-1294 CMake 3.9.0 in conda-forge breaks the build
set ARROW_CMAKE_VERSION=3.8.0

if "%JOB%" == "Toolchain" (

conda install -n arrow -q -y -c conda-forge ^
flatbuffers rapidjson ^
cmake=%ARROW_CMAKE_VERSION% ^
cmake ^
git ^
boost-cpp ^
snappy zlib brotli gflags lz4-c zstd
Expand Down
4 changes: 1 addition & 3 deletions dev/release/verify-release-candidate.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@
@rem libray build rem dependencies if you want to build them from source as well
@rem

@rem ARROW-1294 CMake 3.9.0 in conda-forge breaks the build
@rem set ARROW_CMAKE_VERSION=3.8.0
@rem set PYTHON=3.6
@rem conda create -n arrow-verify-release -f -q -y python=%PYTHON%
@rem conda install -y ^
@rem six pytest setuptools numpy pandas cython ^
@rem thrift-cpp flatbuffers rapidjson ^
@rem cmake=%ARROW_CMAKE_VERSION% ^
@rem cmake ^
@rem git ^
@rem boost-cpp ^
@rem snappy zlib brotli gflags lz4-c zstd || exit /B
Expand Down