Commit 10c56fb6 authored by Jason Madden's avatar Jason Madden

Drop ccache. I'm getting a lot of illegal instructions from all kinds of builds. [skip appveyor]

parent 0b2a6f95
...@@ -8,11 +8,6 @@ python: ...@@ -8,11 +8,6 @@ python:
env: env:
global: global:
- BUILD_RUNTIMES=$HOME/.runtimes - BUILD_RUNTIMES=$HOME/.runtimes
- CC="ccache gcc"
- CCACHE_NOCPP2=true
- CCACHE_SLOPPINESS=file_macro,time_macros,include_file_ctime,include_file_mtime
- CCACHE_NOHASHDIR=true
- CFLAGS="-g -pipe -fomit-frame-pointer -march=native"
- PYTHONHASHSEED=random - PYTHONHASHSEED=random
matrix: matrix:
...@@ -43,7 +38,7 @@ cache: ...@@ -43,7 +38,7 @@ cache:
- $HOME/.venv - $HOME/.venv
- $HOME/.runtimes - $HOME/.runtimes
- $HOME/.wheelhouse - $HOME/.wheelhouse
- $HOME/.ccache
before_cache: before_cache:
- rm -f $HOME/.cache/pip/log/debug.log - rm -f $HOME/.cache/pip/log/debug.log
...@@ -179,7 +179,7 @@ develop: ...@@ -179,7 +179,7 @@ develop:
# disables the cache. # disables the cache.
# We need wheel>=0.26 on Python 3.5. See previous revisions. # We need wheel>=0.26 on Python 3.5. See previous revisions.
time ${PYTHON} -m pip install -U --upgrade-strategy=eager -r ci-requirements.txt time ${PYTHON} -m pip install -U --upgrade-strategy=eager -r ci-requirements.txt
GEVENTSETUP_EV_VERIFY=3 time ${PYTHON} -m pip install -v -U --upgrade-strategy=eager -e .[test,dnspython,events] GEVENTSETUP_EV_VERIFY=3 time ${PYTHON} -m pip install -U --upgrade-strategy=eager -e .[test,dnspython,events]
${PYTHON} -m pip freeze ${PYTHON} -m pip freeze
ccache -s ccache -s
@${PYTHON} scripts/travis.py fold_end install @${PYTHON} scripts/travis.py fold_end install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment