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

Transitioning on toolchain channels #1656

Closed
UebelAndre opened this issue Nov 14, 2022 · 2 comments · Fixed by #1671
Closed

Transitioning on toolchain channels #1656

UebelAndre opened this issue Nov 14, 2022 · 2 comments · Fixed by #1671

Comments

@UebelAndre
Copy link
Collaborator

I'm looking for a way to have some targets transition on the Rust toolchain channel (stable, nightly, beta) without needing to define a platform with this as a constraint. Defining platforms is difficult since rust_toolchain requires a cc_toolchain and once --platforms (or --host_platform), the host detected cc_toolchain no longer matches. Any thoughts on how a transition could be defined that would allow specific targets to build with a nightly toolchain?

@UebelAndre
Copy link
Collaborator Author

This request is related to #1642 where I think it'd be cool if users weren't forced to define their own platforms or always use a nightly toolchain for the entire workspace just to use the functionality there.

@UebelAndre
Copy link
Collaborator Author

cc @illicitonion @krasimirgg @scentini for ideas

@UebelAndre UebelAndre linked a pull request Nov 25, 2022 that will close this issue
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 a pull request may close this issue.

1 participant