-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-35503: [CI][Packaging][C++] Snappy patch fails to apply on arm64 windows wheel builds #35509
Conversation
|
@github-actions crossbow submit wheel-windows-* |
Revision: a304295 Submitted crossbow builds: ursacomputing/crossbow @ actions-7f34a005c3
|
@github-actions crossbow submit wheel-windows-* |
Revision: 828e309 Submitted crossbow builds: ursacomputing/crossbow @ actions-5b7fb9ac3c
|
@github-actions crossbow submit wheel-windows-cp310-amd64 |
Revision: bcd3e30 Submitted crossbow builds: ursacomputing/crossbow @ actions-19db15ad53
|
@github-actions crossbow submit wheel-windows-cp310-amd64 |
Revision: 7066dfd Submitted crossbow builds: ursacomputing/crossbow @ actions-7b5f53dfbc
|
@github-actions crossbow submit wheel-windows-cp310-amd64 |
Revision: da6bc95 Submitted crossbow builds: ursacomputing/crossbow @ actions-a8809a4f9c
|
@github-actions crossbow submit wheel-windows-cp310-amd64 |
Revision: f0b5b45 Submitted crossbow builds: ursacomputing/crossbow @ actions-586720ae29
|
@github-actions crossbow submit wheel-windows-* |
Revision: f0b5b45 Submitted crossbow builds: ursacomputing/crossbow @ actions-0e5d9b97b6
|
@github-actions crossbow submit wheel-windows-* |
Revision: 165a257 Submitted crossbow builds: ursacomputing/crossbow @ actions-8328c33fda
|
@raulcd Thanks for fixing this and apologies for introducing it here https://github.com/apache/arrow/pull/35430/files#r1184737729 |
No worries at all, it took me more tries than expected :) |
OK, I felt a bit bad because I'd forgotten I'd changed the patch (context switching), and ended up creating the issue based on kou's investigation. |
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
…rm64 windows wheel builds (apache#35509) ### Rationale for this change Nightly Windows wheels have been failing for the last days. ### What changes are included in this PR? Fix wrong snappy patch ### Are these changes tested? Tested on crossbow ### Are there any user-facing changes? No * Closes: apache#35503 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
Benchmark runs are scheduled for baseline = df5f67d and contender = 3948c42. 3948c42 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
…rm64 windows wheel builds (apache#35509) ### Rationale for this change Nightly Windows wheels have been failing for the last days. ### What changes are included in this PR? Fix wrong snappy patch ### Are these changes tested? Tested on crossbow ### Are there any user-facing changes? No * Closes: apache#35503 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
…rm64 windows wheel builds (apache#35509) ### Rationale for this change Nightly Windows wheels have been failing for the last days. ### What changes are included in this PR? Fix wrong snappy patch ### Are these changes tested? Tested on crossbow ### Are there any user-facing changes? No * Closes: apache#35503 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
Rationale for this change
Nightly Windows wheels have been failing for the last days.
What changes are included in this PR?
Fix wrong snappy patch
Are these changes tested?
Tested on crossbow
Are there any user-facing changes?
No