From 42527c77a584163fcc02fe5357ea1a5f95999532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Tue, 14 Oct 2025 11:17:32 +0200 Subject: [PATCH 1/2] GH-47809: [CI][Release] Fix Windows verification job trying to install patch from conda --- ci/conda_env_cpp.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/conda_env_cpp.txt b/ci/conda_env_cpp.txt index 52b4cdbba81..6e23e920a40 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 From 71579ccc25d0b85ec6fa236b98cffd8c1329a264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Tue, 14 Oct 2025 11:27:52 +0200 Subject: [PATCH 2/2] Add patch to conda_env_unix.txt instead of conda_env_cpp.txt --- ci/conda_env_unix.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/conda_env_unix.txt b/ci/conda_env_unix.txt index 1973238adff..4728068c4e8 100644 --- a/ci/conda_env_unix.txt +++ b/ci/conda_env_unix.txt @@ -20,4 +20,5 @@ autoconf ccache orc +patch pkg-config