Revert "wheel-build : temporary pip with checksum output"
This reverts commit8b3532c562
. The change mentioned inline has been incoporated upstream with [1]. I don't think we've managed to replicate the corrupt wheel situation since. [1]0dbab23df9
Change-Id: I58fa0a53939207427f286584e91e1c59d4863992
This commit is contained in:
parent
e38e6cee44
commit
5cf0bf6d32
@ -24,12 +24,7 @@ for BRANCH in master $BRANCHES; do
|
||||
rm -rf build_env
|
||||
virtualenv -p $PYTHON_VERSION build_env
|
||||
|
||||
# NOTE(ianw) 2018-10-22 This is a temporary hack to get some more
|
||||
# info into the logs to debug corrupt wheels. We should see pip
|
||||
# stamping sha256 hashes into the logs for each wheel, so we can
|
||||
# see if the bad output is coming from pip, or somewhere else.
|
||||
build_env/bin/pip install --upgrade --force-reinstall \
|
||||
'git+https://github.com/ianw/pip.git@path-and-hash#egg=pip'
|
||||
build_env/bin/pip install --upgrade pip
|
||||
|
||||
# SHORT_BRANCH is just "master","newton","kilo" etc. because this
|
||||
# keeps the output log hierarchy much simpler.
|
||||
|
Loading…
Reference in New Issue
Block a user