File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1717
1818ARROW=${SRC} /arrow/cpp
1919
20- export BUILD_DIR=$SRC /build-dir
20+ BUILD_DIR=${ SRC} /build-dir
2121mkdir -p ${BUILD_DIR}
2222cd ${BUILD_DIR}
2323
@@ -47,6 +47,7 @@ cmake ${ARROW} -GNinja \
4747 -DPARQUET_BUILD_EXECUTABLES=off \
4848 -DPARQUET_REQUIRE_ENCRYPTION=off \
4949 \
50+ -DARROW_CSV=on \
5051 -DARROW_JEMALLOC=off \
5152 -DARROW_MIMALLOC=off \
5253 -DARROW_PARQUET=on \
@@ -64,9 +65,7 @@ cmake ${ARROW} -GNinja \
6465
6566cmake --build . -j$( nproc)
6667
67- cp -a release/* ${OUT}
68+ # Copy fuzz targets
69+ find . -executable -name " *-fuzz" -exec cp -a -v ' {}' ${OUT} \;
6870
69- # Remove unit tests from out
70- rm $OUT /* -test
71-
72- ${ARROW} /build-support/fuzzing/generate_corpuses.sh ${OUT}
71+ ${ARROW} /build-support/fuzzing/generate_corpuses.sh ${BUILD_DIR} /release
You can’t perform that action at this time.
0 commit comments