reenable parallel build
This commit is contained in:
parent
4d220d803f
commit
2c7e0ceafb
@ -49,7 +49,7 @@ RUN \
|
|||||||
git checkout $SECP256K1_REV && \
|
git checkout $SECP256K1_REV && \
|
||||||
./autogen.sh && \
|
./autogen.sh && \
|
||||||
./configure && \
|
./configure && \
|
||||||
make && \
|
make -j$(nproc) && \
|
||||||
./tests && \
|
./tests && \
|
||||||
make install && \
|
make install && \
|
||||||
cd / && \
|
cd / && \
|
||||||
@ -67,7 +67,7 @@ RUN \
|
|||||||
-DLOW_MEMORY_NODE=ON \
|
-DLOW_MEMORY_NODE=ON \
|
||||||
. \
|
. \
|
||||||
&& \
|
&& \
|
||||||
make && \
|
make -j$(nproc) && \
|
||||||
make install && \
|
make install && \
|
||||||
rm -rf /usr/local/src/steem
|
rm -rf /usr/local/src/steem
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user