GH-47809: [CI][Release] Fix Windows verification job trying to install patch from conda#47810
GH-47809: [CI][Release] Fix Windows verification job trying to install patch from conda#47810raulcd merged 2 commits intoapache:mainfrom
Conversation
…install patch from conda
|
|
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit conda verify-rc-source-* |
|
Revision: 71579cc Submitted crossbow builds: ursacomputing/crossbow @ actions-e9d2219c05 |
|
None of the CI failures are related, they are already happening on our nightlies on main (not happening on the maintenance branch). |
pitrou
left a comment
There was a problem hiding this comment.
+1, thank you. I am surprised that conda-forge does not package patch for Windows. @h-vetinari Is that expected?
…l 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 <raulcumplido@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
There's no native |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 2a5ad38. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…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>
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.txttoconda_env_unix.txtAre these changes tested?
Yes via CI and archery.
Are there any user-facing changes?
No