Skip to content

Commit 0d6cf48

Browse files
authored
Merge pull request #141 from thewtex/linux-python-version
YALF: Yet Another Linux FindPython3 workaround
2 parents 57e8b75 + 6efb4a3 commit 0d6cf48

File tree

4 files changed

+2755
-8
lines changed

4 files changed

+2755
-8
lines changed

scripts/dockcross-manylinux-build-module-wheels.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@
88
#
99
# scripts/dockcross-manylinux-build-module-wheels.sh cp35
1010

11-
# Pull dockcross manylinux images
12-
docker pull dockcross/manylinux1-x64
13-
1411
# Generate dockcross scripts
15-
docker run dockcross/manylinux1-x64 > /tmp/dockcross-manylinux-x64
12+
docker run dockcross/manylinux1-x64:20200416-a6b6635 > /tmp/dockcross-manylinux-x64
1613
chmod u+x /tmp/dockcross-manylinux-x64
1714

1815
script_dir=$(cd $(dirname $0) || exit 1; pwd)

scripts/dockcross-manylinux-build-wheels.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
#
88
# scripts/dockcross-manylinux-build-wheels.sh cp35
99

10-
# Pull dockcross manylinux images
11-
docker pull dockcross/manylinux1-x64
12-
1310
# Generate dockcross scripts
14-
docker run dockcross/manylinux1-x64 > /tmp/dockcross-manylinux-x64
11+
docker run dockcross/manylinux1-x64:20200416-a6b6635 > /tmp/dockcross-manylinux-x64
1512
chmod u+x /tmp/dockcross-manylinux-x64
1613

1714
script_dir=$(cd $(dirname $0) || exit 1; pwd)

0 commit comments

Comments
 (0)