kou opened a new issue, #46879:
URL: https://github.com/apache/arrow/issues/46879
### Describe the bug, including details regarding any error messages,
version, and platform.
Because #46834 required CMake 3.25 or later in examples.
- amazon-linux-2023-amd64
https://github.com/ursacomputing/crossbow/actions/runs/15804735326/job/44547912205
- amazon-linux-2023-arm64
https://github.com/ursacomputing/crossbow/actions/runs/15804735721/job/44547913337
- centos-7-amd64
https://github.com/ursacomputing/crossbow/actions/runs/15804735171/job/44547911779
- ubuntu-jammy-amd64
https://github.com/ursacomputing/crossbow/actions/runs/15804735833/job/44547913686
- ubuntu-jammy-arm64
https://github.com/ursacomputing/crossbow/actions/runs/15804735196/job/44547911840
For example:
https://github.com/ursacomputing/crossbow/actions/runs/15804735326/job/44547912205#step:16:1340
```text
+ mkdir -p build
+ cp -a /host/dev/release/../../cpp/examples/minimal_build build/
+ pushd build/minimal_build
/build/minimal_build /
+ cmake .
CMake Error at CMakeLists.txt:18 (cmake_minimum_required):
CMake 3.25 or higher is required. You are running version 3.22.2
-- Configuring incomplete, errors occurred!
```
### Component(s)
Continuous Integration, Packaging
--
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]