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:
parent
14daa11dc1
commit
198e4a3c51
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue