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

Support specifying a rustc channel via +channel argument #370

Closed
anti-social opened this issue Feb 14, 2020 · 1 comment
Closed

Support specifying a rustc channel via +channel argument #370

anti-social opened this issue Feb 14, 2020 · 1 comment

Comments

@anti-social
Copy link
Contributor

cargo supports specifying channels via:

cargo +nightly bench

At the moment cross just runs cargo on the host system. As a workaround it is possible to specify channel via an environment variable:

RUSTUP_TOOLCHAIN=nightly cross bench

Think it would be nice to have this feature in order to be more cargo friendly.

anti-social added a commit to anti-social/cross that referenced this issue Feb 14, 2020
anti-social added a commit to anti-social/cross that referenced this issue Feb 20, 2020
bors bot added a commit that referenced this issue Apr 13, 2020
371: [wip] #370 Support for explicit channel argument r=reitermarkus a=anti-social

Need a little time to write some tests (never dealt with azure).

Co-authored-by: Alexander Koval <[email protected]>
@Alexhuszagh
Copy link
Contributor

Alexhuszagh commented May 27, 2022

This is currently supported and was added in #371.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants