Skip to content

Commit

Permalink
Build 0.21.0 without mira
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg authored and sgerbino committed Aug 29, 2019
1 parent 51c7bf9 commit 9e1d954
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,16 @@ RUN \
-DLOW_MEMORY_NODE=OFF \
-DCLEAR_VOTES=ON \
-DSKIP_BY_TX_ID=ON \
-DENABLE_MIRA=ON \
-DENABLE_MIRA=OFF \
.. && \
make -j$(nproc) chain_test mira_test test_fixed_string plugin_test && \
make -j$(nproc) chain_test test_fixed_string plugin_test && \
if [ "$CI_BUILD" ] ; then \
mkdir -p build/tests/Testing/Temporary && \
cp /usr/local/src/steem/CTestCostData.txt build/tests/Testing/Temporary ; \
fi && \
cd tests && \
ctest -j$(nproc) --output-on-failure && \
cd .. && \
./libraries/mira/test/mira_test && \
./programs/util/test_fixed_string && \
cd /usr/local/src/steem && \
doxygen && \
Expand All @@ -106,7 +105,7 @@ RUN \
-DLOW_MEMORY_NODE=OFF \
-DCLEAR_VOTES=ON \
-DSKIP_BY_TX_ID=ON \
-DENABLE_MIRA=ON \
-DENABLE_MIRA=OFF \
-DENABLE_SMT_SUPPORT=ON \
-DSTEEM_STATIC_BUILD=${STEEM_STATIC_BUILD} \
.. && \
Expand Down Expand Up @@ -145,7 +144,7 @@ RUN \
-DLOW_MEMORY_NODE=OFF \
-DCLEAR_VOTES=ON \
-DSKIP_BY_TX_ID=ON \
-DENABLE_MIRA=ON \
-DENABLE_MIRA=OFF \
-DCHAINBASE_CHECK_LOCKING=OFF \
.. && \
make -j$(nproc) chain_test plugin_test && \
Expand Down Expand Up @@ -175,7 +174,7 @@ RUN \
-DCLEAR_VOTES=ON \
-DSKIP_BY_TX_ID=OFF \
-DBUILD_STEEM_TESTNET=OFF \
-DENABLE_MIRA=ON \
-DENABLE_MIRA=OFF \
-DSTEEM_STATIC_BUILD=${STEEM_STATIC_BUILD} \
.. \
&& \
Expand All @@ -199,7 +198,7 @@ RUN \
-DCLEAR_VOTES=OFF \
-DSKIP_BY_TX_ID=ON \
-DBUILD_STEEM_TESTNET=OFF \
-DENABLE_MIRA=ON \
-DENABLE_MIRA=OFF \
-DSTEEM_STATIC_BUILD=${STEEM_STATIC_BUILD} \
.. \
&& \
Expand Down

0 comments on commit 9e1d954

Please sign in to comment.