Skip to content

Commit

Permalink
build: add rust toolchain and other build packages (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu authored Jul 23, 2024
1 parent f7d9151 commit 6e92c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charms/jupyter-controller/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ bases:
parts:
charm:
charm-python-packages: [setuptools, pip]
build-packages: [cargo, rustc, pkg-config, libffi-dev, libssl-dev]
1 change: 1 addition & 0 deletions charms/jupyter-ui/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ bases:
parts:
charm:
charm-python-packages: [setuptools, pip]
build-packages: [cargo, rustc, pkg-config, libffi-dev, libssl-dev]

0 comments on commit 6e92c52

Please sign in to comment.