paleolimbot commented on issue #244: URL: https://github.com/apache/arrow-nanoarrow/issues/244#issuecomment-1681535614
Hmm...this popped up again on CI. I was able to reproduce the first time locally; however, I wasn't able to reproduce any subsequent time. For future me: ```bash conda remove -n nanoarrow-verify-rc --all conda create --name nanoarrow-verify-rc conda activate nanoarrow-verify-rc conda config --set channel_priority strict mamba install -y -c conda-forge compilers git cmake arrow-cpp rm -rf build && mkdir build && cd build cmake .. -DNANOARROW_BUILD_TESTS=ON cmake --build . cd .. ``` -- 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]
