This is an automated email from the ASF dual-hosted git repository.

raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 2a5ad381b7 GH-47809: [CI][Release] Fix Windows verification job trying 
to install patch from conda (#47810)
2a5ad381b7 is described below

commit 2a5ad381b7133f777d184e2adb9e4be026336927
Author: Raúl Cumplido <[email protected]>
AuthorDate: Tue Oct 14 14:43:32 2025 +0200

    GH-47809: [CI][Release] Fix Windows verification job trying to install 
patch from conda (#47810)
    
    ### Rationale for this change
    
    Our verify-rc-source Windows job is failing due to patch not being 
available for Windows.
    
    ### What changes are included in this PR?
    
    Move patch requirement from `conda_env_cpp.txt` to `conda_env_unix.txt`
    
    ### Are these changes tested?
    
    Yes via CI and archery.
    
    ### Are there any user-facing changes?
    
    No
    
    * GitHub Issue: #47809
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
---
 ci/conda_env_cpp.txt  | 1 -
 ci/conda_env_unix.txt | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/conda_env_cpp.txt b/ci/conda_env_cpp.txt
index 52b4cdbba8..6e23e920a4 100644
--- a/ci/conda_env_cpp.txt
+++ b/ci/conda_env_cpp.txt
@@ -41,7 +41,6 @@ meson
 ninja
 nodejs
 orc<2.1.0
-patch
 pkg-config
 python
 rapidjson
diff --git a/ci/conda_env_unix.txt b/ci/conda_env_unix.txt
index 1973238adf..4728068c4e 100644
--- a/ci/conda_env_unix.txt
+++ b/ci/conda_env_unix.txt
@@ -20,4 +20,5 @@
 autoconf
 ccache
 orc
+patch
 pkg-config

Reply via email to