Fix s390x and pp64el builds

Without this change s390x and pp64el fail to build cryptography.

Change-Id: I1932245da4fa27ef0c1783727847635ee5bfc96e
This commit is contained in:
Corey Bryant 2022-10-04 14:41:16 +00:00
parent 75c1b2a978
commit f004c6a228

View File

@ -7,9 +7,13 @@ parts:
- git
- python3-dev
- libffi-dev
- libssl-dev
- rustc
- cargo
build-environment:
- CHARM_INTERFACES_DIR: /root/project/interfaces/
- CHARM_LAYERS_DIR: /root/project/layers/
- MAKEFLAGS: -j$(nproc)
override-build: |
apt-get install ca-certificates -y
tox -e build-reactive