Skip to content

Commit

Permalink
build: add rust toolchain and other build packages
Browse files Browse the repository at this point in the history
Adding the rust toolchain and other dependencies to avoid issues at build time.

Part of canonical/bundle-kubeflow#989
  • Loading branch information
DnPlas committed Jul 22, 2024
1 parent 3b87afd commit e95b336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charms/argo-controller/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ bases:
parts:
charm:
charm-python-packages: [setuptools, pip] # Fixes install of some packages
build-packages: [cargo, rustc, pkg-config, libffi-dev, libssl-dev]

0 comments on commit e95b336

Please sign in to comment.