From f11553ba9e4efd5d4d75b39eafb8de07eb9ab06e Mon Sep 17 00:00:00 2001 From: Syping Date: Mon, 13 Apr 2026 21:19:52 +0200 Subject: [PATCH] [skip ci] Containerfile: don't build DPP tests --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 117bafb..97a9ad9 100644 --- a/Containerfile +++ b/Containerfile @@ -21,6 +21,7 @@ RUN git clone https://github.com/brainboxdotcc/DPP.git --branch "v$DPP_VERSION" RUN cmake \ -DAVX_TYPE=AVX0 \ -DBUILD_VOICE_SUPPORT=OFF \ + -DDPP_BUILD_TEST=OFF \ -DDPP_NO_CORO=ON \ -DDPP_NO_VCPKG=ON \ -DRUN_LDCONFIG=OFF \