File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ matrix:
23
23
- env : PLATFORM="x86_64"
24
24
25
25
script :
26
- - PLATFORM=$(uname -m) TRAVIS_COMMIT=$TRAVIS_COMMIT ./build.sh
26
+ - PLATFORM=$PLATFORM TRAVIS_COMMIT=$TRAVIS_COMMIT ./build.sh
27
27
28
28
29
29
deploy :
Original file line number Diff line number Diff line change @@ -81,6 +81,22 @@ are also encountered in the wild. Other less common or virtually
81
81
unheard of flag combinations (such as ``--with-pydebug `` (``d ``) and
82
82
``--without-pymalloc `` (absence of ``m ``)) are not provided.
83
83
84
+ Building Docker images
85
+ ----------------------
86
+
87
+ Due to the age of CentOS 5, its version of ``wget `` is unable to fetch
88
+ OpenSSL and curl source tarballs. Modern versions of these are needed in
89
+ order to fetch the remaining sources.
90
+
91
+ To build the Docker images, you will need to fetch the tarballs to
92
+ ``docker/sources/ `` prior to building. This can be done with the
93
+ provided prefetch script, after which you can proceed with building.
94
+ Please run the following command from the current (root) directory:
95
+
96
+ ```bash
97
+ $ PLATFORM=$(uname -m) TRAVIS_COMMIT=latest ./build.sh
98
+ ` ``
99
+
84
100
Example
85
101
-------
86
102
An example project which builds 32- and 64-bit wheels for each Python interpreter
You can’t perform that action at this time.
0 commit comments