mirror of
https://github.com/logos-storage/nim-libplum.git
synced 2026-07-24 00:03:11 +00:00
Remove redundant nimble task invocation.
This commit is contained in:
parent
00c6eecf03
commit
90c6cfed0a
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user