Skip to content

Commit

Permalink
Testing workaround from pypa/manylinux#1309
Browse files Browse the repository at this point in the history
  • Loading branch information
sanurielf committed Jul 11, 2022
1 parent 06298c1 commit 965e5a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.sh
Expand Up @@ -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
Expand Down

0 comments on commit 965e5a7

Please sign in to comment.