1
0
Fork 0

Add autotools debian packages

This commit is contained in:
Guillaume Chatelet 2022-03-10 14:54:39 +00:00 committed by Mikhail Goncharov
parent 3bd6e6e862
commit 86e2347137

View file

@ -11,6 +11,8 @@ RUN echo 'intall packages'; \
cmake gdb build-essential \
ninja-build \
libelf-dev libffi-dev gcc-multilib \
# for llvm-libc tests that build mpfr and gmp from source
autoconf automake libtool \
# for bolt subproject
libc6-dev-i386 \
ccache \