File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ docker/build_scripts/prefetch.sh openssl curl
4
+ docker -D build --rm -t example/manylinux1_i686 -f docker/Dockerfile-i686 docker/
5
+ docker -D build --rm -t example/manylinux1_x86_64 -f docker/Dockerfile-x86_64 docker/
6
+ docker system prune -f
Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ order to fetch the remaining sources.
7
7
8
8
To build the Docker images, you will need to fetch the tarballs to
9
9
``docker/sources/ `` prior to building. This can be done with the
10
- provided prefetch script, after which you can proceed with building:
10
+ provided prefetch script, after which you can proceed with building.
11
+ Please run `./build.sh ` from the _root_ directory (not this one).
11
12
12
- ```console
13
- $ bash docker/build_utils/prefetch.sh openssl curl
14
- $ docker build --rm -t example/manylinux1_i686 -f docker/Dockerfile-i686 docker/
15
- $ docker build --rm -t example/manylinux1_x86_64 -f docker/Dockerfile-x86_64 docker/
16
- ` ``
Original file line number Diff line number Diff line change 1
1
# source me
2
2
3
3
PYTHON_DOWNLOAD_URL=https://www.python.org/ftp/python
4
- CPYTHON_VERSIONS=" 2.7.14 3.3.7 3.4.7 3.5.4 3.6.4 "
4
+ CPYTHON_VERSIONS=" 2.7.14 3.4.8 3.5.5 3.6.5 "
5
5
6
6
# openssl version to build, with expected sha256 hash of .tar.gz
7
7
# archive.
You can’t perform that action at this time.
0 commit comments