Skip to content

Commit

Permalink
maia-sdr-devel: add libclang and update versions
Browse files Browse the repository at this point in the history
Add libclang, which is needed to build the aws-lc-sys Rust crate,
and update the versions of the OSS CAD suite and Amaranth.

Signed-off-by: Daniel Estévez <daniel@destevez.net>
  • Loading branch information
daniestevez committed Nov 19, 2024
1 parent 4ac343d commit bf3dba2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions maia-sdr-devel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1
FROM ubuntu:24.04

ARG OSS_CAD_SUITE_RELEASE=20240907
ARG AMARANTH_RELEASE=0.5.2
ARG OSS_CAD_SUITE_RELEASE=20241119
ARG AMARANTH_RELEASE=0.5.3

ARG DEBIAN_FRONTEND=noninteractive
ENV RUSTUP_HOME=/opt/rust
Expand All @@ -22,6 +22,7 @@ RUN apt-get update \
zip unzip dfu-util fakeroot u-boot-tools device-tree-compiler mtools \
bison flex libncurses5-dev libssl-dev bc cpio rsync cmake \
libgtk-3-0 xz-utils libgmp-dev libmpc-dev lz4 pkg-config \
libclang-dev \
&& wget http://launchpadlibrarian.net/666971015/libtinfo5_6.3-2ubuntu0.1_amd64.deb \
&& dpkg -i libtinfo5_6.3-2ubuntu0.1_amd64.deb \
&& rm -f libtinfo5_6.3-2ubuntu0.1_amd64.deb \
Expand Down

0 comments on commit bf3dba2

Please sign in to comment.