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

more -DWITH_RTP=OFF

Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
This commit is contained in:
Alexandra 2024-05-03 11:57:06 +00:00
parent db4da99e1e
commit b832049282
2 changed files with 2 additions and 1 deletions

View file

@ -67,6 +67,7 @@ build:source:
parallel:
matrix:
- DISTRO: [fedora, fedora-minimal, debian, rocky, ubuntu]
CMAKE_EXTRA_OPTS: -DWITH_RTP=OFF
- DISTRO: fedora-minimal
CMAKE_EXTRA_OPTS: -DVILLAS_COMPILE_WARNING_AS_ERROR=ON
-DWITH_API=OFF

View file

@ -119,7 +119,7 @@ WORKDIR /villas/build
RUN echo "Debug: build started"
RUN cmake -DCMAKE_INSTALL_RPATH=/app/lib ${CMAKE_OPTS} ${CMAKE_EXTRA_OPTS} .. && \
RUN cmake -DWITH_RTP=OFF ${CMAKE_OPTS} ${CMAKE_EXTRA_OPTS} .. && \
make -j$(nproc) install
RUN echo "Debug: build finished"