Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Dec 23, 2021
1 parent 9de4972 commit 3a8caa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -101,7 +101,7 @@ download_wheels:
build_this_wheel:
mkdir -p ./.wheels/
rm -f ./.wheels/autobahn*.whl
pip3 wheel --no-deps --wheel-dir=./.wheels ..
pip3 wheel --no-deps --wheel-dir=./.wheels .
mv .wheels/autobahn*.whl .wheels/autobahn-latest-py2.py3-none-any.whl
ls -la ./.wheels

Expand Down
5 changes: 3 additions & 2 deletions docker/Dockerfile.pypy-slim
Expand Up @@ -29,8 +29,9 @@ ENV DEBIAN_FRONTEND noninteractive
ENV PYTHONUNBUFFERED 1

# cross-compatibility with CPython
RUN ln -s /opt/pypy/bin/pypy3 /opt/pypy/bin/python3
RUN ln -s /opt/pypy/bin/pypy3 /opt/pypy/bin/python
# ln: failed to create symbolic link '/opt/pypy/bin/python3': File exists
# RUN ln -s /opt/pypy/bin/pypy3 /opt/pypy/bin/python3
# RUN ln -s /opt/pypy/bin/pypy3 /opt/pypy/bin/python

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 3a8caa6

Please sign in to comment.