From c4bdb39bf85e7ca54fd57f9f8c92e0b3de451527 Mon Sep 17 00:00:00 2001 From: Yifei Feng Date: Fri, 1 Mar 2019 16:57:14 -0800 Subject: [PATCH] Use auditwheel 1.5.0. PiperOrigin-RevId: 236403575 --- tensorflow/tools/ci_build/builds/pip_new.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tensorflow/tools/ci_build/builds/pip_new.sh b/tensorflow/tools/ci_build/builds/pip_new.sh index 96d3616bd9a..fb035624662 100755 --- a/tensorflow/tools/ci_build/builds/pip_new.sh +++ b/tensorflow/tools/ci_build/builds/pip_new.sh @@ -660,8 +660,9 @@ for WHL_PATH in $(ls ${PIP_WHL_DIR}/${PROJECT_NAME}*.whl); do if [[ ${OS_TYPE} == "ubuntu" ]]; then # Repair the wheels for cpu manylinux1 echo "auditwheel repairing ${WHL_PATH}" - auditwheel --version pip show auditwheel + pip install auditwheel==1.5.0 + auditwheel --version auditwheel repair -w "${WHL_DIR}" "${WHL_PATH}" if [[ -f ${AUDITED_WHL_NAME} ]]; then