Use charmcraft 2.x to build

Change-Id: Idbc4684feb56990bf9afe48645c7441c54c426a4
This commit is contained in:
Felipe Reyes 2023-08-10 15:32:35 -04:00
parent a127f12516
commit 783a80c119
2 changed files with 2 additions and 1 deletions

View File

@ -7,3 +7,4 @@
needs_charm_build: true
charm_build_name: hacluster
build_type: charmcraft
charmcraft_channel: 2.x/stable

View File

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