You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Building Apache ORC from source
CMake Error at cmake_modules/ThirdpartyToolchain.cmake:4577 (find_program):
Could not find PATCH using the following names: patch
Call Stack (most recent call first):
cmake_modules/ThirdpartyToolchain.cmake:208 (build_orc)
cmake_modules/ThirdpartyToolchain.cmake:311 (build_dependency)
cmake_modules/ThirdpartyToolchain.cmake:4780 (resolve_dependency)
CMakeLists.txt:546 (include)
Patch seems to be missing from that image.
Component(s)
Continuous Integration
The text was updated successfully, but these errors were encountered:
…d in case of bundled ORC (#45294)
### Rationale for this change
Patch command is required for bundled ORC.
### What changes are included in this PR?
Adding patch to the based conda image.
### Are these changes tested?
Yes via CI
### Are there any user-facing changes?
No
* GitHub Issue: #45293
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
Since we merged:
We require the patch command to be present to patch ORC.
The test-conda-python-emscripten has been failing since that issue was closed with the following:
Patch seems to be missing from that image.
Component(s)
Continuous Integration
The text was updated successfully, but these errors were encountered: