-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Release] platform_tags for macOS were not updated on verification script after increasing minimum version #39656
Comments
raulcd
added a commit
to raulcd/arrow
that referenced
this issue
Jan 17, 2024
kou
pushed a commit
that referenced
this issue
Jan 18, 2024
…0_15 (#39657) ### Rationale for this change Currently the binary verification for releases fails due to wrong macOS platform version. ### What changes are included in this PR? Update to the current generated platform tag. ### Are these changes tested? No, but I've validated this is the corrected generated platform tag for the wheels on the Release Candidate: https://apache.jfrog.io/ui/native/arrow/python-rc/15.0.0-rc1/ ### Are there any user-facing changes? Not because of this change but there was a minimum version of macOS as part of the PR that caused this issue. * Closes: #39656 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
idailylife
pushed a commit
to idailylife/arrow
that referenced
this issue
Jan 18, 2024
…cosx_10_15 (apache#39657) ### Rationale for this change Currently the binary verification for releases fails due to wrong macOS platform version. ### What changes are included in this PR? Update to the current generated platform tag. ### Are these changes tested? No, but I've validated this is the corrected generated platform tag for the wheels on the Release Candidate: https://apache.jfrog.io/ui/native/arrow/python-rc/15.0.0-rc1/ ### Are there any user-facing changes? Not because of this change but there was a minimum version of macOS as part of the PR that caused this issue. * Closes: apache#39656 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
clayburn
pushed a commit
to clayburn/arrow
that referenced
this issue
Jan 23, 2024
…cosx_10_15 (apache#39657) ### Rationale for this change Currently the binary verification for releases fails due to wrong macOS platform version. ### What changes are included in this PR? Update to the current generated platform tag. ### Are these changes tested? No, but I've validated this is the corrected generated platform tag for the wheels on the Release Candidate: https://apache.jfrog.io/ui/native/arrow/python-rc/15.0.0-rc1/ ### Are there any user-facing changes? Not because of this change but there was a minimum version of macOS as part of the PR that caused this issue. * Closes: apache#39656 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…cosx_10_15 (apache#39657) ### Rationale for this change Currently the binary verification for releases fails due to wrong macOS platform version. ### What changes are included in this PR? Update to the current generated platform tag. ### Are these changes tested? No, but I've validated this is the corrected generated platform tag for the wheels on the Release Candidate: https://apache.jfrog.io/ui/native/arrow/python-rc/15.0.0-rc1/ ### Are there any user-facing changes? Not because of this change but there was a minimum version of macOS as part of the PR that caused this issue. * Closes: apache#39656 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
raulcd
added a commit
that referenced
this issue
Feb 20, 2024
…0_15 (#39657) ### Rationale for this change Currently the binary verification for releases fails due to wrong macOS platform version. ### What changes are included in this PR? Update to the current generated platform tag. ### Are these changes tested? No, but I've validated this is the corrected generated platform tag for the wheels on the Release Candidate: https://apache.jfrog.io/ui/native/arrow/python-rc/15.0.0-rc1/ ### Are there any user-facing changes? Not because of this change but there was a minimum version of macOS as part of the PR that caused this issue. * Closes: #39656 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
zanmato1984
pushed a commit
to zanmato1984/arrow
that referenced
this issue
Feb 28, 2024
…cosx_10_15 (apache#39657) ### Rationale for this change Currently the binary verification for releases fails due to wrong macOS platform version. ### What changes are included in this PR? Update to the current generated platform tag. ### Are these changes tested? No, but I've validated this is the corrected generated platform tag for the wheels on the Release Candidate: https://apache.jfrog.io/ui/native/arrow/python-rc/15.0.0-rc1/ ### Are there any user-facing changes? Not because of this change but there was a minimum version of macOS as part of the PR that caused this issue. * Closes: apache#39656 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
thisisnic
pushed a commit
to thisisnic/arrow
that referenced
this issue
Mar 8, 2024
…cosx_10_15 (apache#39657) ### Rationale for this change Currently the binary verification for releases fails due to wrong macOS platform version. ### What changes are included in this PR? Update to the current generated platform tag. ### Are these changes tested? No, but I've validated this is the corrected generated platform tag for the wheels on the Release Candidate: https://apache.jfrog.io/ui/native/arrow/python-rc/15.0.0-rc1/ ### Are there any user-facing changes? Not because of this change but there was a minimum version of macOS as part of the PR that caused this issue. * Closes: apache#39656 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
We increased the minimum macOS version to 10.15 and this updated the platform tag for the wheel: #38677
We forgot to update the verification script and this is only checked on the binary verification tasks which failed for 15.0.0 RC1:
https://github.com/ursacomputing/crossbow/actions/runs/7553798910/job/20565612860
We should update the platform tag to be checked on the verification script.
Component(s)
Release
The text was updated successfully, but these errors were encountered: