From bacc46ac6b1f10389f16c89bc16d48a85cc2d012 Mon Sep 17 00:00:00 2001 From: matham Date: Thu, 11 Apr 2019 21:30:48 -0400 Subject: [PATCH] Request 2010 platform. --- .ci/build-wheels-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build-wheels-linux.sh b/.ci/build-wheels-linux.sh index b6b37ba97..49d5b1806 100755 --- a/.ci/build-wheels-linux.sh +++ b/.ci/build-wheels-linux.sh @@ -51,5 +51,5 @@ done for name in /io/wheelhouse/*.whl; do echo "Fixing $name"; - auditwheel repair $name -w /io/wheelhouse/; + auditwheel repair --plat manylinux2010_x86_64 $name -w /io/wheelhouse/; done