Skip to content

Commit

Permalink
Remove the austin install from the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
r1viollet committed Sep 1, 2023
1 parent 383e076 commit b294a1b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/base-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b294a1b

Please sign in to comment.