You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like cross honours rust-toolchain.toml and correctly provides the toolchain date (though the incorrect target). Whereas cargo requires setting the full nightly-2023-09-30 in the action's toolchain field.
I'm happy to look into this myself, just wondering if anybody has any insights?
The text was updated successfully, but these errors were encountered:
Here's the error, note that it is for
aarch64-unknown-linux-gnu
even though the generated toolchain name is forx86_64-unknown-linux-gnu
:Full logs: https://github.com/tombh/rust-gpu-cli/actions/runs/11317667123/job/31471379599#step:4:714
It looks like
cross
honoursrust-toolchain.toml
and correctly provides the toolchain date (though the incorrect target). Whereascargo
requires setting the fullnightly-2023-09-30
in the action'stoolchain
field.I'm happy to look into this myself, just wondering if anybody has any insights?
The text was updated successfully, but these errors were encountered: