Skip to content

Commit 30a5863

Browse files
author
Saied Kazemi
authored
Remove paris-traceroute from the repo (#113)
Since traceroute-caller no longer needs or supports paris-traceroute, this commit removes third_party/libparistraceroute and the instructions in Dockerfile to build it. Tested the changes locally by building the traceroute-caller container and running traceroutes via docker-compose.
1 parent 603d3ba commit 30a5863

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "third_party/libparistraceroute"]
2-
path = third_party/libparistraceroute
3-
url = https://github.com/libparistraceroute/libparistraceroute.git

Dockerfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@ RUN ./configure --prefix=/scamper
3333
RUN make -j 8
3434
RUN make install
3535

36-
# Build and install paris-traceroute
37-
RUN mkdir /pt-src
38-
ADD ./third_party/libparistraceroute/ /pt-src
39-
WORKDIR /pt-src
40-
RUN mkdir -p m4
41-
RUN ./autogen.sh
42-
RUN ./configure --prefix=/paris-traceroute
43-
RUN make -j 8
44-
RUN make install
45-
4636
# Create an image for the binaries that are called by traceroute-caller without
4737
# any of the build tools.
4838
FROM ubuntu:20.04
@@ -59,14 +49,12 @@ COPY --from=build_caller /go/bin/traceroute-caller /
5949
# Bring the dynamically-linked traceroute binaries and their associated
6050
# libraries from their build image.
6151
COPY --from=build_tracers /scamper /usr/local
62-
COPY --from=build_tracers /paris-traceroute /usr/local
6352

6453
# They are dynamically-linked, so make sure to run ldconfig to locate all new
6554
# libraries.
6655
RUN ldconfig
6756

6857
# Verify that all the binaries we depend on are actually available
69-
RUN which paris-traceroute
7058
RUN which scamper
7159
RUN which sc_attach
7260
RUN which sc_warts2json

third_party/libparistraceroute

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)