[skip ci] Containerfile: don't build DPP tests

This commit is contained in:
Syping 2026-04-13 21:19:52 +02:00
parent 39435f1370
commit f11553ba9e

View file

@ -21,6 +21,7 @@ RUN git clone https://github.com/brainboxdotcc/DPP.git --branch "v$DPP_VERSION"
RUN cmake \ RUN cmake \
-DAVX_TYPE=AVX0 \ -DAVX_TYPE=AVX0 \
-DBUILD_VOICE_SUPPORT=OFF \ -DBUILD_VOICE_SUPPORT=OFF \
-DDPP_BUILD_TEST=OFF \
-DDPP_NO_CORO=ON \ -DDPP_NO_CORO=ON \
-DDPP_NO_VCPKG=ON \ -DDPP_NO_VCPKG=ON \
-DRUN_LDCONFIG=OFF \ -DRUN_LDCONFIG=OFF \