Skip to content

Commit 9f706d8

Browse files
raulcdzanmato1984
authored andcommitted
apacheGH-47809: [CI][Release] Fix Windows verification job trying to install patch from conda (apache#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: apache#47809 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent 1b29495 commit 9f706d8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ci/conda_env_cpp.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ meson
4141
ninja
4242
nodejs
4343
orc<2.1.0
44-
patch
4544
pkg-config
4645
python
4746
rapidjson

ci/conda_env_unix.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
autoconf
2121
ccache
2222
orc
23+
patch
2324
pkg-config

0 commit comments

Comments
 (0)