Skip to content

Commit dc39913

Browse files
saiarcot895mssonicbld
authored andcommitted
Remove depot_tools repo (#16114)
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.
1 parent 9d4d3af commit dc39913

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sonic-slave-bullseye/Dockerfile.j2

-4
Original file line numberDiff line numberDiff line change
@@ -569,10 +569,6 @@ RUN cd /usr/src/gtest && cmake . && make -C /usr/src/gtest
569569
RUN mkdir /var/run/sshd
570570
EXPOSE 22
571571

572-
# Install depot-tools (for git-retry)
573-
RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git /usr/share/depot_tools
574-
ENV PATH /usr/share/depot_tools:$PATH
575-
576572
# Install dependencies for dhcp relay test
577573
RUN pip3 install parameterized==0.8.1
578574
RUN pip3 install pyfakefs

0 commit comments

Comments
 (0)