Remove charmcraft workaround and build on all archs

Change-Id: I2203507dc4ae6fad1168e0f65f10d5e31b2a7365
This commit is contained in:
Aurelien Lourot
2022-02-25 12:20:46 +01:00
parent f73d05992a
commit 434c836bad
2 changed files with 14 additions and 10 deletions

View File

@@ -7,8 +7,7 @@ parts:
charm-python-packages:
# NOTE(lourot): see
# * https://github.com/canonical/charmcraft/issues/551
# * https://github.com/canonical/charmcraft/issues/632
- setuptools < 58
- setuptools
build-packages:
- git
@@ -21,10 +20,16 @@ parts:
update-ca-certificates
bases:
- name: ubuntu
channel: "20.04"
architectures:
- amd64
- arm64
- ppc64le
- s390x
- build-on:
- name: ubuntu
channel: "20.04"
architectures:
- amd64
- s390x
- ppc64el
- arm64
run-on:
- name: ubuntu
channel: "20.04"
- name: ubuntu
channel: "21.10"

View File

@@ -10,7 +10,6 @@ Run the smoke tests with:
```bash
cd ../
tox -e build
cd tests/
tox -e func-smoke
```