This commit is contained in:
Jay Lee
2019-09-27 16:14:47 -04:00
parent 1de445c5b8
commit edf09a2d7b
3 changed files with 9 additions and 14 deletions

View File

@@ -37,14 +37,14 @@ cache:
matrix: matrix:
include: include:
# - os: linux - os: linux
# name: "Linux 64-bit Bionic" name: "Linux 64-bit Bionic"
# dist: bionic dist: bionic
# language: bash language: bash
# env: env:
# - GAMOS=linux - GAMOS=linux
# - PLATFORM=x86_64 - PLATFORM=x86_64
# - VMTYPE=cache - VMTYPE=build
- os: linux - os: linux
name: "Linux 64-bit Xenial" name: "Linux 64-bit Xenial"
dist: xenial dist: xenial

View File

@@ -53,11 +53,6 @@ else
tar xf Python-$BUILD_PYTHON_VERSION.tar.xz tar xf Python-$BUILD_PYTHON_VERSION.tar.xz
fi fi
cd Python-$BUILD_PYTHON_VERSION cd Python-$BUILD_PYTHON_VERSION
#if [[ "$dist" == "bionic" ]]; then
# echo "running bionic make clean"
# make clean
# rm Makefile
#fi
echo "Compiling Python $BUILD_PYTHON_VERSION..." echo "Compiling Python $BUILD_PYTHON_VERSION..."
safe_flags="--with-openssl=$mypath/ssl --enable-shared --prefix=$mypath/python --with-ensurepip=upgrade" safe_flags="--with-openssl=$mypath/ssl --enable-shared --prefix=$mypath/python --with-ensurepip=upgrade"
unsafe_flags="--enable-optimizations --with-lto" unsafe_flags="--enable-optimizations --with-lto"

View File

@@ -13,7 +13,7 @@ cd ~/pybuild
#sudo installer -pkg python-$BUILD_PYTHON_VERSION-macosx10.9.pkg -target / #sudo installer -pkg python-$BUILD_PYTHON_VERSION-macosx10.9.pkg -target /
brew install openssl@1.1 brew install openssl@1.1
brew install python3 brew upgrade python
brew ls --verbose openssl@1.1 | grep libssl brew ls --verbose openssl@1.1 | grep libssl
brew ls --verbose python3 | grep lib brew ls --verbose python3 | grep lib