You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/04/25 09:32:12 UTC

[GitHub] [arrow] kou commented on pull request #35283: GH-35282: [C++] auto enable brotli when enable fuzzing

kou commented on PR #35283:
URL: https://github.com/apache/arrow/pull/35283#issuecomment-1521474859

   Could you do this in `cpp/cmake_modules/DefineOptions.cmake`?
   
   ```diff
   diff --git a/cpp/cmake_modules/DefineOptions.cmake b/cpp/cmake_modules/DefineOptions.cmake
   index bbbcbe7eb..a4f7a7871 100644
   --- a/cpp/cmake_modules/DefineOptions.cmake
   +++ b/cpp/cmake_modules/DefineOptions.cmake
   @@ -264,7 +264,8 @@ takes precedence over ccache if a storage backend is configured" ON)
                    "Build Arrow Fuzzing executables"
                    OFF
                    DEPENDS
   -                ARROW_TESTING)
   +                ARROW_TESTING
   +                ARROW_WITH_BROTOLI)
    
      define_option(ARROW_LARGE_MEMORY_TESTS "Enable unit tests which use large memory" OFF)
    
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org