Uh oh!
There was an error while loading. Please reload this page.
Add workflow to verify release candidate on multiple systems - #1388
Conversation
timsaucer
commented
Feb 20, 2026
Excellent idea @kevinjqliu ! I think there are two changes we should make:
|
kevinjqliu
commented
Feb 20, 2026
I can make the changes above to the release and verify process. Just a note from ASF perspective; It is allowed to verify releases with cloud machines, but must create release artifacts on personal hardware. From https://www.apache.org/legal/release-policy.html#owned-controlled-hardware
|
kevinjqliu
commented
Feb 20, 2026
@timsaucer Could you update the PR description with something like: |
kevinjqliu
commented
Feb 20, 2026
As a follow up, I can take a look at how to enable this for Windows (I think it requires a few minor changes to If this is helpful, we can also port it over to other datafusion projects. |
timsaucer
commented
Feb 20, 2026
This is excellent. Thanks again! I'll start merging things after 52.0.0 release finishes, just to keep the history clean. |
Uh oh!
There was an error while loading. Please reload this page.
Which issue does this PR close?
None
Rationale for this change
Thank you to @kevinjqliu for this suggestion to include as part of our workflow
What changes are included in this PR?
This PR adds a manually triggered GitHub Actions workflow to verify release candidates across multiple OS/architecture combinations, and updates the release guide to include this verification note before sending the vote email.
Are there any user-facing changes?
None