We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e10e8 commit eef3555Copy full SHA for eef3555
charmcraft.yaml
@@ -18,14 +18,17 @@ parts:
18
echo 'ERROR: Use "tox run -e build" instead of calling "charmcraft pack" directly' >&2
19
exit 1
20
fi
21
+ override-build: |
22
+ rustup default stable
23
+ craftctl default
24
+ charm-strict-dependencies: true
25
+ build-snaps:
26
+ - rustup/latest/stable
27
build-packages:
28
- libffi-dev
29
- libssl-dev
- - rustc
- - cargo
30
- pkg-config
31
- libpq-dev
- charm-strict-dependencies: true
32
libpq:
33
34
0 commit comments