File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,10 @@ script:
33
33
- du -sk python/
34
34
- cd python
35
35
- otool -L bin/python3.6
36
- - ./bin/python3.6 -c 'import ssl; print(ssl.OPENSSL_VERSION)'
37
- - ./bin/python3.6 -m pip --version
36
+ - echo "Python 3.6.5" >> ./version.txt
37
+ - cp ./bin/python3.6 ./bin/python3
38
+ - ./bin/python3 -c 'import ssl; print(ssl.OPENSSL_VERSION)'
39
+ - ./bin/python3 -m pip --version
38
40
39
41
# Reduce stand-alone Python and upload it
40
42
- cd "$PROJECT_DIR"
Original file line number Diff line number Diff line change @@ -22,4 +22,3 @@ large_echo "Configure Python"
22
22
./configure MACOSX_DEPLOYMENT_TARGET=10.9 CPPFLAGS=" -I$OPENSSL_ROOT /include" LDFLAGS=" -L$OPENSSL_ROOT /lib" --prefix=" $CURRENT_DIR /python"
23
23
large_echo " Build Python"
24
24
make altinstall
25
- make bininstall
You can’t perform that action at this time.
0 commit comments