Skip to content

Commit

Permalink
Remove depot_tools repo (sonic-net#16114)
Browse files Browse the repository at this point in the history
It appears that this was initially added to provide the git-retry
command (which doesn't appear to be used today). However, this repo is
now also providing bazel (which is actually used in our build today),
and this command (along with git-retry) expects some vpython3 binary to
be set up/installed.

Rather than going through that, just get rid of this repo.
  • Loading branch information
saiarcot895 authored and mssonicbld committed Sep 3, 2023
1 parent 7b89066 commit 680aee1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sonic-slave-bullseye/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -569,10 +569,6 @@ RUN cd /usr/src/gtest && cmake . && make -C /usr/src/gtest
RUN mkdir /var/run/sshd
EXPOSE 22

# Install depot-tools (for git-retry)
RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git /usr/share/depot_tools
ENV PATH /usr/share/depot_tools:$PATH

# Install dependencies for dhcp relay test
RUN pip3 install parameterized==0.8.1
RUN pip3 install pyfakefs
Expand Down

0 comments on commit 680aee1

Please sign in to comment.