mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 07:53:16 +00:00
Add lld to clang build environments and Dockerfile
This commit is contained in:
parent
bf758b9097
commit
a947572f38
3 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ RUN apt-get update -qq \
|
|||
&& DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
|
||||
ca-certificates \
|
||||
clang \
|
||||
lld \
|
||||
curl \
|
||||
libffi-dev \
|
||||
libreadline-dev \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue