ci(build): build vendored smb and refactor platform deps (#333)

This commit is contained in:
Christian Visintin
2025-03-23 15:57:54 +01:00
committed by GitHub
parent ec75ae1486
commit 23ae334bef
7 changed files with 176 additions and 93 deletions

View File

@@ -9,9 +9,33 @@ RUN apt update && apt install -y \
libdbus-1-dev \
build-essential \
libsmbclient-dev \
libsmbclient \
libgit2-dev \
build-essential \
pkg-config \
libbsd-dev \
libcap-dev \
libcups2-dev \
libgnutls28-dev \
libicu-dev \
libjansson-dev \
libkeyutils-dev \
libldap2-dev \
zlib1g-dev \
libpam0g-dev \
libacl1-dev \
libarchive-dev \
flex \
bison \
libntirpc-dev \
libtracker-sparql-3.0-dev \
libglib2.0-dev \
libdbus-1-dev \
libsasl2-dev \
libunistring-dev \
bash \
curl
curl \
cpanminus && \
cpanm Parse::Yapp::Driver;
# Install rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \