-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-47809: [CI][Release] Fix Windows verification job trying to install patch from conda #47810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+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 <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
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 <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
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