kou commented on PR #46737: URL: https://github.com/apache/arrow/pull/46737#issuecomment-2954697279
> Could you tell me **"docker image"** means? IIUC, this build run on [`conanio/gcc11-ubuntu16.04: gcc 11`](https://github.com/conan-io/conan-docker-tools/blob/master/images/README.md#official-docker-images) on Ubuntu 16.04. https://github.com/apache/arrow/blob/main/.env#L102-L106 This image doesn't belongs to this project. What image should we modify? Ah, conan-io/conan-docker-tools doesn't provide images that are based on newer Ubuntu yet? BTW, why is RapidJSON provided by Ubuntu related? Conan has RapidJSON 1.1.0: https://github.com/conan-io/conan-center-index/blob/master/recipes/rapidjson/config.yml We should use it instead of RapidJSON provided by Ubuntu. > I understand `ci/conan` directory is the copy of [conan-center-index](https://github.com/conan-io/conan-center-index/tree/master/recipes/arrow) like homebrew #45460. It seems that the current directory doesn't synchronize the latest. I synchronized and latest. After the synchronization, both test has been failed. How did you do? We have a script for it: https://github.com/apache/arrow/blob/main/ci/conan/merge_upstream.sh -- 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]
