Use charmcraft 2.x to build

Change-Id: Ifbbbc1e8c525ef16f589bfc2e3b4fcef5f74135f
This commit is contained in:
Felipe Reyes 2023-08-10 16:56:19 -04:00
parent 21b16e0ac9
commit c031da9eed
2 changed files with 2 additions and 1 deletions

View File

@ -8,3 +8,4 @@
needs_charm_build: true
charm_build_name: ceph-dashboard
build_type: charmcraft
charmcraft_channel: 2.x/stable

View File

@ -121,7 +121,7 @@ basepython = python3
deps = -r{toxinidir}/build-requirements.txt
commands =
charmcraft clean
charmcraft -v build
charmcraft -v pack
{toxinidir}/rename.sh
[testenv:func-noop]