From 2a31ebe2dbde401674151d8bda8f318172ff01b6 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 2 Oct 2025 11:18:25 +0200 Subject: [PATCH] Actually do not install rust at all Signed-off-by: Otto Moerbeek --- builder-support/dockerfiles/Dockerfile.recursor | 3 --- 1 file changed, 3 deletions(-) diff --git a/builder-support/dockerfiles/Dockerfile.recursor b/builder-support/dockerfiles/Dockerfile.recursor index ef0a69ef3..f8ecabd25 100644 --- a/builder-support/dockerfiles/Dockerfile.recursor +++ b/builder-support/dockerfiles/Dockerfile.recursor @@ -17,7 +17,4 @@ RUN cd /pdns-recursor/pdns/recursordist && \ meson setup /tmp/rec-meson-dist-build && \ meson dist -C /tmp/rec-meson-dist-build --no-tests -RUN cd /pdns-recursor/builder-support/helpers/ && \ - ./install_rust.sh - RUN cp /tmp/rec-meson-dist-build/meson-dist/pdns-recursor-${BUILDER_VERSION}.tar.xz /sdist/ -- 2.47.3