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

ci: install newer rust for macos python release #1565

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

wjones127
Copy link
Collaborator

@wjones127 wjones127 commented Jul 27, 2023

The bleeding edge features we are using caused the macos Python release to fail, because the GH runners are still on 1.70. https://github.com/delta-io/delta-rs/actions/runs/5676317320/job/15382866806

The Windows runner already has 1.71 and the Linux are fresh installing in a manylinux container already, so it's just MacOS that's the problem.

@wjones127
Copy link
Collaborator Author

FYI @rtyler it was 1.71 not 1.70 that introduced the "line-tables-only" value.

Note that these named options are not yet available to be used via Cargo.toml. Support for that will be available in the next release 1.71.

https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html#named-levels-of-debug-information

@rtyler rtyler enabled auto-merge (rebase) July 27, 2023 04:16
@rtyler rtyler merged commit 1311768 into delta-io:main Jul 27, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants