Skip to content

Commit 6f08e19

Browse files
committed
Don't build jemalloc on AppVeyor
1 parent 834c3b2 commit 6f08e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build_script:
3232
- cd build
3333
# A lot of features are still deactivated as they do not build on Windows
3434
# * gbenchmark doesn't build with MSVC
35-
- cmake -G "%GENERATOR%" -DARROW_BOOST_USE_SHARED=OFF -DARROW_IPC=OFF -DARROW_HDFS=OFF -DARROW_BUILD_BENCHMARKS=OFF ..
35+
- cmake -G "%GENERATOR%" -DARROW_BOOST_USE_SHARED=OFF -DARROW_IPC=OFF -DARROW_HDFS=OFF -DARROW_BUILD_BENCHMARKS=OFF -DARROW_JEMALLOC=OFF ..
3636
- cmake --build . --config Debug
3737

3838
# test_script:

0 commit comments

Comments
 (0)