Skip to content

Commit

Permalink
debian-bullseye/ghdl: use LLVM 11 instead of LLVM 9
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jul 17, 2023
1 parent 54e1e89 commit 2383a2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian-bullseye/ghdl.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ COPY --from=build-llvm / /usr/local/
RUN apt-get update -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
gcc \
libgnat-9 \
libllvm9 \
libllvm11 \
zlib1g-dev \
&& apt-get autoclean && apt-get clean && apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists

0 comments on commit 2383a2a

Please sign in to comment.