|
|
@ -79,12 +79,12 @@ ${SETARCH_CMD} "${PYTHON}" tools/distrib/python/grpcio_tools/setup.py bdist_whee |
|
|
|
if [ "$GRPC_BUILD_MANYLINUX_WHEEL" != "" ] |
|
|
|
if [ "$GRPC_BUILD_MANYLINUX_WHEEL" != "" ] |
|
|
|
then |
|
|
|
then |
|
|
|
for wheel in dist/*.whl; do |
|
|
|
for wheel in dist/*.whl; do |
|
|
|
"${AUDITWHEEL}" show "$wheel" | tee /dev/stderr | grep \"manylinux1 |
|
|
|
"${AUDITWHEEL}" show "$wheel" | tee /dev/stderr | grep \"manylinux |
|
|
|
"${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR" |
|
|
|
"${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR" |
|
|
|
rm "$wheel" |
|
|
|
rm "$wheel" |
|
|
|
done |
|
|
|
done |
|
|
|
for wheel in tools/distrib/python/grpcio_tools/dist/*.whl; do |
|
|
|
for wheel in tools/distrib/python/grpcio_tools/dist/*.whl; do |
|
|
|
"${AUDITWHEEL}" show "$wheel" | tee /dev/stderr | grep \"manylinux1 |
|
|
|
"${AUDITWHEEL}" show "$wheel" | tee /dev/stderr | grep \"manylinux |
|
|
|
"${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR" |
|
|
|
"${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR" |
|
|
|
rm "$wheel" |
|
|
|
rm "$wheel" |
|
|
|
done |
|
|
|
done |
|
|
|