sjperkins commented on PR #33805: URL: https://github.com/apache/arrow/pull/33805#issuecomment-1406526141
> There are some segfaults occurring during wheel tests and verification. In the case of verification I think this may be a problem: > > https://github.com/apache/arrow/blob/656c8024f32a8dcca4aa47d527550f7d5204c9f3/dev/release/verify-release-candidate.sh#L1029-L1040 My initial thoughts were to simply add manylinux_2_28 to platform_tags ```bash local platform_tags="manylinux_2_17_${arch}.manylinux2014_${arch} manylinux_2_28_${arch}" ``` but, for e.g. a manylinux_2_28 check https://github.com/ursacomputing/crossbow/actions/runs/4009894122/jobs/6885777964#step:9:450 fails because it can't find the manylinux2014 wheel. I wonder if verify-release-candidate.sh needs to be parameterised with the wheel platform because at present it looks like wheel downloads are parameterised on version and rc number: https://github.com/apache/arrow/blob/656c8024f32a8dcca4aa47d527550f7d5204c9f3/dev/release/verify-release-candidate.sh#L1079-L1106 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
