1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

docker: test build of uldaq on Debian multiarch

This commit is contained in:
Steffen Vogel 2021-07-20 19:37:39 +02:00
parent 14daa11dc1
commit 198e4a3c51
2 changed files with 4 additions and 4 deletions

View file

@ -90,9 +90,9 @@ fi
# Build & Install uldaq
if ! pkg-config "libuldaq >= 1.0.0" && \
if ! pkg-config "libuldaq >= 1.2.0" && \
[ -z "${SKIP_ULDAQ}" ]; then
git clone --branch rpmbuild --depth 1 https://github.com/stv0g/uldaq
git clone --branch v1.2.0 --depth 1 https://github.com/mccdaq/uldaq
pushd uldaq
autoreconf -i
./configure --enable-examples=no ${CONFIGURE_OPTS}

View file

@ -66,6 +66,7 @@ RUN apt-get update && \
libcomedi-dev:${ARCH} \
libibverbs-dev:${ARCH} \
librdmacm-dev:${ARCH} \
libusb-1.0-0-dev:${ARCH} \
libre-dev:${ARCH} \
liblua5.3-dev:${ARCH} \
libhiredis-dev:${ARCH}
@ -106,8 +107,7 @@ ENV TRIPLET=${TRIPLET}
# Install unpackaged dependencies from source
ADD packaging/deps.sh /
RUN export SKIP_ULDAQ=1; \
bash deps.sh
RUN bash deps.sh
# Expose ports for HTTP and WebSocket frontend
EXPOSE 80