Fix s390x and pp64el builds
Without this change s390x and pp64el fail to build cryptography. Change-Id: Id831b255f755b7a0e4acda0a2623aabe31e52ac6
This commit is contained in:
parent
57539ec87d
commit
ca2f0a404c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user