Skip to content
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

[DPE-2991] Install + Start hook #3

Merged
merged 19 commits into from
Nov 28, 2023
Merged
20 changes: 16 additions & 4 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@
type: charm
bases:
- build-on:
- name: ubuntu
channel: "22.04"
- name: ubuntu
MiaAltieri marked this conversation as resolved.
Show resolved Hide resolved
channel: "22.04"
run-on:
- name: ubuntu
channel: "22.04"
- name: ubuntu
channel: "22.04"

parts:
charm:
charm-binary-python-packages:
- setuptools
- cryptography
build-packages:
- git
- libffi-dev
- libssl-dev
- rustc
- cargo
14 changes: 0 additions & 14 deletions config.yaml

This file was deleted.

Loading
Loading