rust-embedded / meta-rust-bin

Yocto layer for installing Rust toolchain from pre-built binaries
106 stars 66 forks source link

Start a SSH agent in the recipe to allow cargo to fetch crates from SSH git repos #168

Open igiona opened 8 months ago

igiona commented 8 months ago

Since we do not have a rust-crate repository, we link our own libraries via SSH git repositories.

Currently, we need to start a ssh-agent in our pipeline in order to be able to compile a rust application using this recipe. It would be nice if the recipe itself would take care of it, as well as the additional side-effects/issues (see #166).