Skip to content

Commit f65ee2c

Browse files
authored
apacheGH-48395: [C++][Dev] Update fuzzing CMake preset (apache#48396)
### Rationale for this change We have more features enabled on our fuzzing setup but we haven't updated the corresponding CMake preset. ### Are these changes tested? Manually. ### Are there any user-facing changes? No. * GitHub Issue: apache#48395 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent f8b23be commit f65ee2c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

cpp/CMakePresets.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,13 +440,20 @@
440440
],
441441
"displayName": "Debug build with IPC and Parquet fuzzing targets",
442442
"cacheVariables": {
443+
"ARROW_CSV": "ON",
444+
"ARROW_DEPENDENCY_SOURCE": "BUNDLED",
445+
"ARROW_FUZZING": "ON",
446+
"ARROW_IPC": "ON",
447+
"ARROW_PARQUET": "ON",
448+
"ARROW_WITH_BROTLI": "ON",
449+
"ARROW_WITH_LZ4": "ON",
450+
"ARROW_WITH_SNAPPY": "ON",
451+
"ARROW_WITH_ZLIB": "ON",
452+
"ARROW_WITH_ZSTD": "ON",
443453
"CMAKE_BUILD_TYPE": "Debug",
444454
"CMAKE_C_COMPILER": "clang",
445455
"CMAKE_CXX_COMPILER": "clang++",
446-
"ARROW_IPC": "ON",
447-
"ARROW_PARQUET": "ON",
448-
"ARROW_FUZZING": "ON",
449-
"ARROW_WITH_SNAPPY": "ON"
456+
"PARQUET_REQUIRE_ENCRYPTION": "ON"
450457
}
451458
},
452459
{

0 commit comments

Comments
 (0)