From b294a1bbfe0037068be4cf9d94f455d682c5c648 Mon Sep 17 00:00:00 2001 From: r1viollet Date: Fri, 1 Sep 2023 15:18:05 +0200 Subject: [PATCH] Remove the austin install from the dockerfile --- app/base-env/Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/base-env/Dockerfile b/app/base-env/Dockerfile index 9715735b4..df24d1ed8 100644 --- a/app/base-env/Dockerfile +++ b/app/base-env/Dockerfile @@ -186,12 +186,12 @@ RUN apt-get update \ # possibly useful command # CFLAGS="-g -O0 -DTRACE" ./configure # Valid commit : git checkout a7a292b3f5a1058051b017c0d339a678efdec704 -RUN git clone --branch r1viollet/libaustin_v2 https://github.com/r1viollet/austin.git && \ - cd austin && \ - autoreconf --install && \ - CFLAGS="-g -O0 -DTRACE" ./configure && \ - make && \ - make install +#RUN git clone --branch r1viollet/libaustin_v2 https://github.com/r1viollet/austin.git && \ +# cd austin && \ +# autoreconf --install && \ +# CFLAGS="-g -O0 -DTRACE" ./configure && \ +# make && \ +# make install # A specific user is required to get access to perf event ressources. # This enables unit testing using perf-event ressources