remove -j1

This commit is contained in:
Damian Mee 2019-02-06 22:30:56 +07:00
parent 5818a7f58d
commit 5363a0c247
No known key found for this signature in database
GPG Key ID: 2F961EAB8789725D

View File

@ -18,7 +18,7 @@ RUN mkdir -p ${BERKELEYDB_PREFIX}
WORKDIR /${BERKELEYDB_VERSION}/build_unix
RUN ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=${BERKELEYDB_PREFIX}
RUN make -j1
RUN make
RUN make install
RUN rm -rf ${BERKELEYDB_PREFIX}/docs
@ -77,7 +77,7 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl
--with-utils \
--with-libs \
--with-daemon
RUN make -j1
RUN make
RUN make install
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-cli
RUN strip ${BITCOIN_PREFIX}/bin/bitcoin-tx