From 783a80c11920245da313344fae25d53eb605dd3d Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Thu, 10 Aug 2023 15:32:35 -0400 Subject: [PATCH] Use charmcraft 2.x to build Change-Id: Idbc4684feb56990bf9afe48645c7441c54c426a4 --- osci.yaml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/osci.yaml b/osci.yaml index 221eb97..f042dc5 100644 --- a/osci.yaml +++ b/osci.yaml @@ -7,3 +7,4 @@ needs_charm_build: true charm_build_name: hacluster build_type: charmcraft + charmcraft_channel: 2.x/stable diff --git a/tox.ini b/tox.ini index 1488f02..c137673 100644 --- a/tox.ini +++ b/tox.ini @@ -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]