Skip to content

Commit

Permalink
Disable CMAKE_UNITY_BUILD again, as compilation of concatenated compi…
Browse files Browse the repository at this point in the history
…le units might exceed available RAM size
  • Loading branch information
pitrou committed Aug 31, 2023
1 parent c7f5ddc commit 4a1330b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ci/docker/conda-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ ENV ARROW_ACERO=ON \
ARROW_WITH_SNAPPY=ON \
ARROW_WITH_ZLIB=ON \
ARROW_WITH_ZSTD=ON \
CMAKE_UNITY_BUILD=ON \
GTest_SOURCE=BUNDLED \
PARQUET_BUILD_EXAMPLES=ON \
PARQUET_BUILD_EXECUTABLES=ON \
Expand Down
3 changes: 1 addition & 2 deletions ci/docker/conda-python.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ ENV ARROW_ACERO=ON \
ARROW_HDFS=ON \
ARROW_JSON=ON \
ARROW_TENSORFLOW=ON \
ARROW_USE_GLOG=OFF \
CMAKE_UNITY_BUILD=ON
ARROW_USE_GLOG=OFF

0 comments on commit 4a1330b

Please sign in to comment.