Skip to content

Commit

Permalink
Drop astroid hotfix patch
Browse files Browse the repository at this point in the history
New version of astroid (2.5) was released so the build will fail because the
patch does nothing. Let's remove it to fix the issue which, as a nice benefit,
will improve a build speed of our container!
  • Loading branch information
jkonecny12 authored and VladimirSlavik committed Mar 16, 2021
1 parent f7a1993 commit 6159685
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dockerfile/anaconda-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ RUN pip-3.6 install \
nose-testconfig \
rpmfluff

# HACK: Apply fix from https://github.com/PyCQA/astroid/pull/847 to avoid
# excessive memory usage, until astroid > 2.4.2 gets released
RUN curl https://github.com/PyCQA/astroid/commit/d62349a424c549b4634c90e471c9f876b99edfeb.patch | patch /usr/local/lib/python3*/site-packages/astroid/manager.py

# see https://github.com/martinpitt/anaconda/settings/actions/add-new-runner
RUN mkdir actions-runner && cd actions-runner && \
URL_BASE=https://github.com/actions/runner/releases && \
Expand Down

0 comments on commit 6159685

Please sign in to comment.