nehaljwani commented on PR #1529:
URL: https://github.com/apache/orc/pull/1529#issuecomment-1579591053

   >Do you build the entire orc lib (including tools) or just e.g. liborc.a? 
Just curious if all the functionality work with protobuf v4.23.2. If so, we can 
add tests to guard them.
   
   I used the following steps locally (not sure if it covers all targets):
   ```
   cmake -S/path/to/orc -B/tmp/build -GNinja \
      -DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
      -DPROTOBUF_HOME=$CONDA_PREFIX \
      -DBUILD_JAVA=OFF \
      -DZLIB_HOME=$CONDA_PREFIX \
      -DSNAPPY_HOME=$CONDA_PREFIX \
      -DLZ4_HOME=$CONDA_PREFIX \
      -DZSTD_HOME=$CONDA_PREFIX \
      -DSTOP_BUILD_ON_WARNING=OFF \
      -DBUILD_CPP_TESTS=OFF
   
   cmake --build /tmp/build
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to