Skip to content

Commit

Permalink
python: switch to manylinux2010 as 1 isnt compatible with modern kerns
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco149 committed Aug 25, 2020
1 parent 84801d5 commit 6db9bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swig/python/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rm -rf ./dist
cp ../../oppai.c .
cp ../oppai.i .
swig -python -includeall oppai.i || exit
for img in quay.io/pypa/manylinux1_x86_64 quay.io/pypa/manylinux1_i686; do
for img in quay.io/pypa/manylinux2010_x86_64 quay.io/pypa/manylinux2010_i686; do
docker run --user 1000:1000 --rm -v $(pwd):/io -w /io $img \
./build_wheels.sh || exit
done

0 comments on commit 6db9bb4

Please sign in to comment.