simplify deps, clean up rust

This commit is contained in:
aptalca 2024-02-08 22:01:50 -05:00
parent 6f75579f1f
commit 3635efa0cc
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
4 changed files with 4 additions and 11 deletions

View File

@ -60,10 +60,6 @@ RUN \
bzip2 \
cmake \
clang \
clang-tools \
libclang1 \
clang-format \
clangd \
diffutils \
doxygen \
g++ \
@ -81,13 +77,6 @@ RUN \
libtool \
libv4l-dev \
libwayland-dev \
libllvm-ocaml-dev \
libllvm12 \
llvm \
llvm-dev \
llvm-runtime \
lldb \
lld \
libx11-dev \
libx11-xcb-dev \
libxcb-dri3-dev \
@ -787,6 +776,7 @@ RUN \
RUN \
echo "**** arrange files ****" && \
/usr/local/lib/rustlib/uninstall.sh &&
ldconfig && \
mkdir -p \
/buildout/usr/local/bin \

View File

@ -476,6 +476,7 @@ RUN \
RUN \
echo "**** arrange files ****" && \
/usr/local/lib/rustlib/uninstall.sh &&
ldconfig && \
mkdir -p \
/buildout/usr/local/bin \

View File

@ -173,6 +173,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **08.02.24:** - Enable cuda-llvm, clean up rustc.
* **01.02.24:** - Bump Mesa to v24.
* **21.01.24:** - Add alsa support.
* **18.01.24:** - Let the wrapper pass the ffmpeg exit code to docker run. Bump various libs.

View File

@ -177,6 +177,7 @@ full_custom_readme: |
## Versions
* **08.02.24:** - Enable cuda-llvm, clean up rustc.
* **01.02.24:** - Bump Mesa to v24.
* **21.01.24:** - Add alsa support.
* **18.01.24:** - Let the wrapper pass the ffmpeg exit code to docker run. Bump various libs.