Skip to content

Commit 0508805

Browse files
authored
Merge pull request #6934 from readthedocs/rever-wathman
Revert usage of watchman
2 parents 52a7ccd + b8e4e89 commit 0508805

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

dockerfiles/Dockerfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,4 @@ RUN if [ -n "$GITHUB_TOKEN" ] ; \
5151
pip3 install --no-cache-dir -e readthedocs-ext ; \
5252
fi
5353

54-
# Use watchman for Django ``runserver`` command
55-
# (this is new in Django 2.2 and could help to reduce CPU usage)
56-
ENV DJANGO_WATCHMAN_TIMEOUT 15
57-
RUN apt-get install -y libssl-dev autoconf automake libtool
58-
RUN git clone https://github.com/facebook/watchman.git -b v4.9.0 --depth 1; \
59-
cd watchman; \
60-
./autogen.sh; \
61-
./configure; \
62-
make; \
63-
make install
64-
6554
WORKDIR /usr/src/app/checkouts/readthedocs.org

requirements/docker.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pillow==7.0.0
88

99
# local debugging tools
1010
watchdog==0.9.0
11-
pywatchman==1.4.1
1211
datadiff==2.0.0
1312
ipdb==0.12.2
1413
pdbpp==0.10.2

0 commit comments

Comments
 (0)