Skip to content

Commit b294a1b

Browse files
committed
Remove the austin install from the dockerfile
1 parent 383e076 commit b294a1b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/base-env/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,12 @@ RUN apt-get update \
186186
# possibly useful command
187187
# CFLAGS="-g -O0 -DTRACE" ./configure
188188
# Valid commit : git checkout a7a292b3f5a1058051b017c0d339a678efdec704
189-
RUN git clone --branch r1viollet/libaustin_v2 https://github.com/r1viollet/austin.git && \
190-
cd austin && \
191-
autoreconf --install && \
192-
CFLAGS="-g -O0 -DTRACE" ./configure && \
193-
make && \
194-
make install
189+
#RUN git clone --branch r1viollet/libaustin_v2 https://github.com/r1viollet/austin.git && \
190+
# cd austin && \
191+
# autoreconf --install && \
192+
# CFLAGS="-g -O0 -DTRACE" ./configure && \
193+
# make && \
194+
# make install
195195

196196
# A specific user is required to get access to perf event ressources.
197197
# This enables unit testing using perf-event ressources

0 commit comments

Comments
 (0)