raulcd opened a new issue, #47809: URL: https://github.com/apache/arrow/issues/47809
### Describe the bug, including details regarding any error messages, version, and platform. When we updated mimalloc to version to 3.1.5: - https://github.com/apache/arrow/pull/47589 We added `patch` on `ci/conda_env_cpp.txt`. This is used on the Windows verification job and it fails because [patch is unavailable for Windows](https://anaconda.org/conda-forge/patch), the error: ``` D:\a\crossbow\crossbow\arrow>call conda create --no-shortcuts -c conda-forge -f -q -y -p C:\tmp\arrow-verify-release\conda-env --file=!ARROW_SOURCE!\ci\conda_env_cpp.txt --file=!ARROW_SOURCE!\ci\conda_env_python.txt git python=3.10 || exit /B 1 CI detected... 3 channel Terms of Service accepted Channels: - conda-forge - defaults Platform: win-64 Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... failed PackagesNotFoundError: The following packages are not available from current channels: - patch Current channels: - https://conda.anaconda.org/conda-forge - defaults To search for alternate channels that may provide the conda package you're looking for, navigate to https://anaconda.org/ and use the search bar at the top of the page. ``` This is failing on the maintenance branch for 22.0.0, see: https://github.com/ursacomputing/crossbow/actions/runs/18489102364/job/52683879173 ### Component(s) Continuous Integration, Release -- 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]
