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

Can't find cargo on macOS builder #208

Closed
eitsupi opened this issue Oct 26, 2022 · 7 comments
Closed

Can't find cargo on macOS builder #208

eitsupi opened this issue Oct 26, 2022 · 7 comments

Comments

@eitsupi
Copy link

eitsupi commented Oct 26, 2022

Thank you for maintaining R-universe.

I recently registered a package containing Rust code in my universe and noticed that the cargo command was missing on the macOS builder.
I was wondering if this is intentional, since it appears that cargo is available on Linux and Windows.
https://github.com/r-universe/eitsupi/actions/runs/3314809532/jobs/5482550549#step:9:50

@jeroen
Copy link
Member

jeroen commented Oct 26, 2022

@eitsupi
Copy link
Author

eitsupi commented Oct 26, 2022

Thank you for your immediate reply.
I checked the gifski logs and it looks like it is using this part to install rust.
https://github.com/r-rust/gifski/blob/68911d927fb34c43dede24ce1baab73346e8bf04/configure#L25

@jeroen
Copy link
Member

jeroen commented Oct 26, 2022

Yeah that is true, but if rust is preinstalled it should use that. Hmm I'll have a look

@eitsupi
Copy link
Author

eitsupi commented Oct 27, 2022

Could it have been deleted when Homebrew was removed?

@jeroen
Copy link
Member

jeroen commented Oct 27, 2022

Maybe, though rustc and cargo are their own installer, they are normally not part of homebrew.

@jeroen
Copy link
Member

jeroen commented Oct 27, 2022

Hmm that didn't help...

@jeroen jeroen closed this as completed Oct 27, 2022
@eitsupi
Copy link
Author

eitsupi commented Oct 27, 2022

It woks now, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants