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

Unable to build stub for RISC-V targets using xtask after switching to stable toolchain #71

Closed
jessebraham opened this issue Sep 10, 2024 · 0 comments · Fixed by #72
Closed
Assignees

Comments

@jessebraham
Copy link
Member

jessebraham commented Sep 10, 2024

In #70 we switched from nightly to stable, however unfortunately the CI was not correctly updated and is still performing checks using nightly.

As a result, the stubs are currently not buildable when using the xtask package and targeting RISC-V devices due to the inclusion of the -Z flag, which is unstable, e.g.)

jesse@mbp ~/W/e/xtask git:fixes/update [ ✎ ⚑ ] 
🦀 [email protected] λ 
cargo run -- build esp32c2
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
     Running `target/debug/xtask build esp32c2`
error: the `-Z` flag is only accepted on the nightly channel of Cargo, but this is the `stable` channel
See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.

cc @SergioGasquez @JurajSadel

@SergioGasquez SergioGasquez self-assigned this Sep 17, 2024
@SergioGasquez SergioGasquez linked a pull request Sep 18, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants