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

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

Open
igiona opened this issue Feb 29, 2024 · 0 comments

Comments

@igiona
Copy link
Contributor

igiona commented Feb 29, 2024

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).

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