Merge "Revert "Remove explict enum-compat""

This commit is contained in:
Zuul 2019-08-16 15:58:05 +00:00 committed by Gerrit Code Review
commit 3c3caa0765
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ fi
# Build all dependencies in parallel. This is safe because we are
# constrained on the version and we are building with --no-deps
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 ${PIP_WHEEL_ARGS} --no-deps --wheel-dir / -c /upper-constraints.txt -r $1 || cat $1 >> /failure' _ | tee /tmp/wheels.txt
# TODO: Improve the failure catching