Skip to content

Commit

Permalink
Charm building needs rust in some cases now (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
plars authored Jul 26, 2024
1 parent c0f59b1 commit 86b2e6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/charm/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ bases:
run-on:
- name: ubuntu
channel: "22.04"
parts:
charm:
build-packages: [cargo, rustc, pkg-config, libffi-dev, libssl-dev]

0 comments on commit 86b2e6e

Please sign in to comment.