Merge "Fix enum-compat in a better way"

This commit is contained in:
Zuul 2018-05-18 18:07:26 +00:00 committed by Gerrit Code Review
commit 8a25daae29
2 changed files with 1 additions and 4 deletions

View File

@ -13,9 +13,6 @@
tag: "{{ branch }}-{{ item.name }}"
repository: 172.17.0.1:5000/loci/requirements
push: yes
buildargs:
# NOTE(SamYaple): enum-compat isnt in upper-constraints yet
PIP_PACKAGES: "enum-compat"
with_items: "{{ distros }}"
async: 1000
poll: 0

View File

@ -43,7 +43,7 @@ pushd $(mktemp -d)
# constrained on the version and we are building with --no-deps
export CASS_DRIVER_BUILD_CONCURRENCY=8
split -l1 /upper-constraints.txt
echo uwsgi ${PIP_PACKAGES} | xargs -n1 | split -l1 -a3
echo uwsgi enum-compat ${PIP_PACKAGES} | xargs -n1 | split -l1 -a3
ls -1 | xargs -n1 -P20 -t bash -c 'pip wheel --no-deps --wheel-dir / -c /upper-constraints.txt -r $1 || echo %1 >> /failure' _ | tee /tmp/wheels.txt
# TODO(SamYaple): Improve the failure catching