Remove redundant nimble task invocation.

This commit is contained in:
Constantine Molchanov 2026-07-07 11:52:58 +04:00
parent 00c6eecf03
commit 90c6cfed0a
No known key found for this signature in database
GPG Key ID: 933693C95E59269C

View File

@ -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 && \