-
Notifications
You must be signed in to change notification settings - Fork 82
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
Step “host” fails in CI for rust edition 2024 #1769
Comments
Same issue here. Easy fix for this is to manually specify toolchain in
|
Thanks, @dkorunic that fixed it for me mainmatter/rust-workshop-runner@5d54cc8 👍🏻 |
Minor detail: it's |
sadly the workaround is not suitable for me since I also depend on nightly for fuzzung, so creating overrides of overrides is just sad |
@gtema, you might be able to use a custom build step and the (See also this toy repo making use of a custom build step to set an environment variable (albeit a different one). The specifc places to look at are here and here. In this comment, I list a small number of gottchas when using |
When trying to create binaries using the fresh-off-the-press rust edition 2024, CI fails during step
dist host
. Apparently, the rust version in use is 1.84.1 (checksum 66221abde, release date 2024-11-19), which won't work for rust edition 2024. Could it be that the artifact that's loaded during stepInstall cached dist
is out of date?Locally,
dist plan
,dist build
, anddist host
all succeed.The text was updated successfully, but these errors were encountered: