paleolimbot opened a new issue, #137:
URL: https://github.com/apache/arrow-nanoarrow/issues/137

   To reproduce:
   
   ```bash
   conda create --name nanoarrow-verify-rc
   conda activate nanoarrow-verify-rc
   conda config --set channel_priority strict
   
   conda install -c conda-forge git r-base cmake gnupg arrow-cpp
   
   mkdir build && cd build
   cmake .. -DNANOARROW_BUILD_TESTS=ON
   cmake --build .
   ctest
   ```


-- 
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