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

fix: msrv CI for object_store #5866

Merged
merged 2 commits into from
Jun 11, 2024
Merged

fix: msrv CI for object_store #5866

merged 2 commits into from
Jun 11, 2024

Conversation

korowa
Copy link
Contributor

@korowa korowa commented Jun 11, 2024

Which issue does this PR close?

Closes #5864.

Rationale for this change

Fixing MSRV CI for object store

What changes are included in this PR?

  • Downgrading url crate while CI explicitly (it seems to be the way to handle such cases)
  • Enabled stdout logging for MSRV (may be more convenient rather than current logging)

Are there any user-facing changes?

No

@korowa korowa changed the title minor: fix msrv CI for object_store fix: msrv CI for object_store Jun 11, 2024
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much @korowa -- I kicked off the CI and if it passes I plan to merge this PR in

@@ -119,17 +119,20 @@ jobs:
run: cargo update -p ahash --precise 0.8.7
- name: Check arrow
working-directory: arrow
run: cargo msrv verify
run: cargo msrv --log-target stdout verify
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 for logging to stdout

- name: Downgrade object_store dependencies
working-directory: object_store
# Necessary because 1.30.0 updates MSRV to 1.63
run: cargo update -p tokio --precise 1.29.1
# Necessary because tokio 1.30.0 updates MSRV to 1.63
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@alamb alamb merged commit 7f66b77 into apache:master Jun 11, 2024
31 checks passed
@alamb
Copy link
Contributor

alamb commented Jun 11, 2024

Thanks again @korowa 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of arrow-rs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cargo msrv test is failing on main for object_store
2 participants