Skip to content

Commit e2fa94c

Browse files
committed
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]>
1 parent 2140934 commit e2fa94c

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)