Merge pull request #7763 from thunderboltsid/add-pypy-to-dockerfile

Add PyPy 5.3.1 to dockerfile and template
pull/7836/head
kpayson64 8 years ago committed by GitHub
commit 96c598f669
  1. 3
      templates/tools/dockerfile/apt_get_pyenv.include
  2. 3
      tools/dockerfile/test/python_pyenv_x64/Dockerfile

@ -15,4 +15,5 @@ RUN curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/py
RUN pyenv update
RUN pyenv install 3.5-dev
RUN pyenv install 3.6-dev
RUN pyenv local 3.5-dev 3.6-dev
RUN pyenv install pypy-5.3.1
RUN pyenv local 3.5-dev 3.6-dev pypy-5.3.1

@ -95,7 +95,8 @@ RUN curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/py
RUN pyenv update
RUN pyenv install 3.5-dev
RUN pyenv install 3.6-dev
RUN pyenv local 3.5-dev 3.6-dev
RUN pyenv install pypy-5.3.1
RUN pyenv local 3.5-dev 3.6-dev pypy-5.3.1
# Prepare ccache
RUN ln -s /usr/bin/ccache /usr/local/bin/gcc

Loading…
Cancel
Save