From: Remi Gacogne Date: Thu, 6 Mar 2025 09:01:18 +0000 (+0100) Subject: dnsdist: Disable the built-in compile check of `meson dist` X-Git-Tag: dnsdist-2.0.0-alpha1~30^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a56c06a91ec80695ce29fcd98bb70abf1fd75a;p=thirdparty%2Fpdns.git dnsdist: Disable the built-in compile check of `meson dist` After all we are building right after. --- diff --git a/builder-support/dockerfiles/Dockerfile.dnsdist b/builder-support/dockerfiles/Dockerfile.dnsdist index 7726697024..1d9f5c1cfe 100644 --- a/builder-support/dockerfiles/Dockerfile.dnsdist +++ b/builder-support/dockerfiles/Dockerfile.dnsdist @@ -13,6 +13,6 @@ ARG BUILDER_VERSION RUN cd /dnsdist/pdns/dnsdistdist && \ meson setup build && \ - meson dist -C build + meson dist -C build --no-tests WORKDIR /dnsdist/pdns/dnsdistdist RUN cp build/meson-dist/dnsdist-${BUILDER_VERSION}.tar.xz /sdist/