Fix s390x and pp64el builds

Without this change s390x and pp64el fail to build cryptography.

Change-Id: Id831b255f755b7a0e4acda0a2623aabe31e52ac6
This commit is contained in:
Corey Bryant 2022-09-30 16:48:11 +00:00
parent 57539ec87d
commit ca2f0a404c
1 changed files with 4 additions and 0 deletions

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