WillAyd commented on PR #46501: URL: https://github.com/apache/arrow/pull/46501#issuecomment-2909583813
> @WillAyd Can we avoid changing the source directory by Meson? Should we use `--wrap-mode=nodownload` in CI? Hmm well I think this will prevent the dependencies from being automatically downloaded, but then you will have to have the dependency installed in the CI container some other way, so not sure that is really the fix. IIUC the error message is coming from tests that belong to bzip2. I think we can avoid running subproject tests if we change: ``` meson test ``` to ``` meson test arrow* ``` -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org