It turns out that cffi works ok with ctypes backend

This commit is contained in:
Oleksii Shevchuk 2017-04-04 10:50:50 +03:00
parent 259bfccf18
commit 91dabc2e02
2 changed files with 0 additions and 5 deletions

View File

@ -277,8 +277,6 @@ cd /usr/src/automake-1.15
CFLAGS="-O2 -pipe -DCLOCK_MONOTONIC=1 -UHAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC -U_FILE_OFFSET_BITS" \
python -OO -m pip install pyuv --no-binary :all:
python -OO -m pip uninstall -y cffi
cd /usr/lib/python2.7
python -m compileall -q
python -OO -m compileall -q
@ -503,8 +501,6 @@ cd /usr/src/automake-1.15
python -OO -m pip install pyuv --no-binary :all:
python -OO -m pip uninstall -y cffi
cd /usr/lib/python2.7
python -m compileall -q
python -OO -m compileall -q

View File

@ -156,7 +156,6 @@ for prefix in $WINE32 $WINE64; do
WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m pip install --upgrade setuptools
WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m pip install --upgrade $PACKAGES
WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m pip install --upgrade --no-binary :all: psutil
# WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m pip uninstall -y cffi
WINEPREFIX=$prefix wine C:\\Python27\\python -m compileall -q C:\\Python27\\Lib || true
WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m compileall -q C:\\Python27\\Lib || true
done