Add verbose to wheel build
This helps debug what might be missing when a wheel build fails Change-Id: I775bb3eb577b104002d045bc337f20e72a03adff
This commit is contained in:
parent
e953884f43
commit
bba0d90ab7
@ -10,5 +10,5 @@ BRANCHES=`git --git-dir=$WORKING_DIR/.git branch -r | grep '^ origin/[^H]'`
|
||||
for BRANCH in $BRANCHES; do
|
||||
git --git-dir=$WORKING_DIR/.git show $BRANCH:upper-constraints.txt \
|
||||
2>/dev/null > /tmp/upper-constraints.txt || true
|
||||
pip wheel -r /tmp/upper-constraints.txt -w $WHEELHOUSE_DIR || true
|
||||
pip --verbose wheel -r /tmp/upper-constraints.txt -w $WHEELHOUSE_DIR || true
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user