-
Notifications
You must be signed in to change notification settings - Fork 50
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
build: Add rust compiler to charms #1178
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6645.
|
KFPKFP tests fail due to space in the runner as seen here https://github.com/canonical/kfp-operators/actions/runs/12162787081/job/33958507596?pr=631#step:5:468 (same as canonical/kfp-operators#602)
This means that adding rust compiler to the charms needs first this feature to land canonical/kfp-operators#627. |
Context
Hit during #1156 and #1177, we hit the issue where charms fail to be built due to the absence of a rust compiler during build time.
What needs to get done
Add appropriate dependencies as we previously did canonical/kubeflow-dashboard-operator@c31941b or follow what mysql-k8s team is doing seen here canonical/charmcraft#1722 (comment). The latter proved to be building faster the charm ( 12 minutes compared to 18 minutes for argo-controller)
Definition of Done
Charms can be built with dependencies requiring a rust compiler.
The text was updated successfully, but these errors were encountered: