Commit ea92d7e2 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

deps: remove depcheck (#11230)

Remove another unused dependency. `depcheck` was previously
used when the monorepo had active typescript development in it.
Right now it has not typescript development in it and is no longer
used as part of CI. We should remove every dependency that is not
used.
parent 715732e7
...@@ -109,7 +109,6 @@ RUN /bin/sh -c set -eux; \ ...@@ -109,7 +109,6 @@ RUN /bin/sh -c set -eux; \
apt-get update; \ apt-get update; \
apt-get install -y nodejs docker-ce-cli; \ apt-get install -y nodejs docker-ce-cli; \
ln -s /usr/local/go/bin/gofmt /usr/local/bin/gofmt; \ ln -s /usr/local/go/bin/gofmt /usr/local/bin/gofmt; \
npm i -g depcheck; \
pip install capstone pyelftools; \ pip install capstone pyelftools; \
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | bash; \ curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | bash; \
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
......
This diff is collapsed.
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