Skip to content
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

Remove unpassable cargo publish check from verify-release-candidate.sh #882

Merged
merged 1 commit into from Oct 29, 2021

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Oct 29, 2021

Resolves #881

The newly added cargo publish checks I added in #856 (see https://github.com/apache/arrow-rs/pull/856/files#diff-82f32771b6ac9daaadbfb77bd77062d63e131ad18ecd9014ff90eff17865964fR137-R152) do not actually work for any crate other than arrow

See #881 for explanation of why

Basically the issue is that they can't find the correct version of arrow because it hasn't been published

@alamb alamb merged commit 898924f into apache:master Oct 29, 2021
@alamb alamb deleted the alamb/update_release_check branch October 29, 2021 13:58
@alamb
Copy link
Contributor Author

alamb commented Nov 12, 2021

Backporting -- I didn't realize people used the release verification script from the tarball itself. Hopefully this will be in the 6.3.0 release

@alamb alamb added the cherry-picked PR that was backported to active release (will be included in maintenance release) label Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-picked PR that was backported to active release (will be included in maintenance release)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

verify-release-candidate.sh includes unpassable cargo publish checks
1 participant