Adds lld to the 1804 docker image.
The gold linker is available already, but lld is not installed along with clang.
(cherry-picked from commit 2aed8af606
)
This commit is contained in:
parent
e2a6454100
commit
da4d4a1be6
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ RUN apt install -y -qq libsdl2-2.0-0 libsdl2-dev libsdl2-image-2.0-0 libsdl2-ima
|
|||
RUN apt install -y -qq libpng16-16 libpng-dev libreadline6-dev libvorbis-dev libcairo2 libcairo2-dev libpango-1.0-0 libpango1.0-dev libfribidi0 libfribidi-dev libbz2-1.0 libbz2-dev zlib1g zlib1g-dev libpangocairo-1.0-0 libssl-dev libmysqlclient-dev
|
||||
|
||||
# programs
|
||||
RUN apt install -y -qq openssl gdb xvfb bzip2 git scons cmake make ccache gcc g++ clang
|
||||
RUN apt install -y -qq openssl gdb xvfb bzip2 git scons cmake make ccache gcc g++ clang lld
|
||||
|
||||
WORKDIR /home/wesnoth-travis
|
||||
|
|
Loading…
Add table
Reference in a new issue