Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop
This commit is contained in:
@ -43,4 +43,4 @@ RUN mkdir -p cpp-ethereum/build
|
||||
RUN cd cpp-ethereum/build && cmake .. -DCMAKE_BUILD_TYPE=Debug -DVMTRACE=1 -DPARANOIA=1 -DEVMJIT=1 && make -j $(cat /proc/cpuinfo | grep processor | wc -l) && make install
|
||||
RUN ldconfig
|
||||
|
||||
ENTRYPOINT ["/cpp-ethereum/build/test/checkRandomTest"]
|
||||
ENTRYPOINT ["/cpp-ethereum/build/test/checkRandomStateTest"]
|
||||
|
Reference in New Issue
Block a user