Skip to content

Commit

Permalink
build: include rust toolchain in charm build
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Jul 29, 2024
1 parent 594fc0b commit f5f2c38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ bases:
channel: "20.04"
- name: "ubuntu"
channel: "22.04"

parts:
charm:
build-packages:
- cargo
- pkg-config
- rustc

0 comments on commit f5f2c38

Please sign in to comment.