CI: Compile liberasurecode from source for py35 tests

Those jobs run on xenial, and the distro package is ancient.

Change-Id: I366738154cf6d81874bd3da1b6aa23d1915adcd0
This commit is contained in:
Tim Burke 2022-05-02 10:36:25 -07:00
parent 008840ca19
commit ce4c9f6b82
1 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,9 @@
- test-release-openstack:
vars:
build_wheel: false
- openstack-tox-py35
- openstack-tox-py35:
vars:
tox_envlist: py35-compilelibs
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38
@ -23,7 +25,9 @@
- test-release-openstack:
vars:
build_wheel: false
- openstack-tox-py35
- openstack-tox-py35:
vars:
tox_envlist: py35-compilelibs
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38