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

fix: make sure a Rust compiler is available when building #42

Conversation

tonyandrewmeyer
Copy link

The COS-lite packages all require packages that have Rust implementations, and the build image doesn't have a Rust compiler, so we need to tell charmcraft to install one.

I've updated the tutorial text as well.

Copy link

@james-garner-canonical james-garner-canonical left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ran into this issue while going through the tutorial. Following lore handed down amongst other tutorial participants, I used a longer list of build-packages to fix it, but testing it just now it turns out that cargo is indeed all you need.

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

Successfully merging this pull request may close these issues.

2 participants