File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 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
1613chmod u+x /tmp/dockcross-manylinux-x64
1714
1815script_dir=$( cd $( dirname $0 ) || exit 1; pwd)
Original file line number Diff line number Diff line change 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
1512chmod u+x /tmp/dockcross-manylinux-x64
1613
1714script_dir=$( cd $( dirname $0 ) || exit 1; pwd)
You can’t perform that action at this time.
0 commit comments