From 965e5a7fb78ceeff73c87808a42d0a0b721806d8 Mon Sep 17 00:00:00 2001 From: Uriel Sandoval Date: Sun, 10 Jul 2022 21:11:54 -0500 Subject: [PATCH] Testing workaround from pypa/manylinux#1309 --- config.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.sh b/config.sh index 983536e..9600f7b 100644 --- a/config.sh +++ b/config.sh @@ -27,6 +27,11 @@ if [ "$PLAT" == "aarch64" ]; then export KVXOPT_BUILD_GLPK=0 fi +# Work around https://github.com/pypa/manylinux/issues/1309 +if [ $(uname) == "Linux" ]; then + ! git config --global --add safe.directory /io/kvxopt +fi + ROOT_DIR=$(dirname $(dirname "${BASH_SOURCE[0]}")) source ${ROOT_DIR}/multibuild/common_utils.sh