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:
include:
# - os: linux
# name: "Linux 64-bit Bionic"
# dist: bionic
# language: bash
# env:
# - GAMOS=linux
# - PLATFORM=x86_64
# - VMTYPE=cache
- os: linux
name: "Linux 64-bit Bionic"
dist: bionic
language: bash
env:
- GAMOS=linux
- PLATFORM=x86_64
- VMTYPE=build
- os: linux
name: "Linux 64-bit Xenial"
dist: xenial

View File

@@ -53,11 +53,6 @@ else
tar xf Python-$BUILD_PYTHON_VERSION.tar.xz
fi
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..."
safe_flags="--with-openssl=$mypath/ssl --enable-shared --prefix=$mypath/python --with-ensurepip=upgrade"
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 /
brew install openssl@1.1
brew install python3
brew upgrade python
brew ls --verbose openssl@1.1 | grep libssl
brew ls --verbose python3 | grep lib