From 90c6cfed0a4e2ced2c9efad9b702d94f3db5fbc7 Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Tue, 7 Jul 2026 11:52:58 +0400 Subject: [PATCH] Remove redundant nimble task invocation. --- tests/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Dockerfile b/tests/Dockerfile index dc32db0..9180a6c 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -39,9 +39,6 @@ COPY libplum/ libplum/ COPY vendor/ vendor/ RUN nimble setup -y -# Build libplum static library -RUN nimble buildBundledLibs - # Compile test binaries (protocol x memory manager) COPY tests/ tests/ RUN nim c -d:miniupnp_protocol=pcp --mm:orc --threads:on -o:tests/test_pcp_orc tests/test_plum.nim && \