Set USE_RTTI for rocksdb in docker (#2261)
This commit is contained in:
parent
060e3b2f45
commit
bc9a736971
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ FROM nanocurrency/nano-env:base
|
|||
RUN apt-get update -qq && apt-get install -yqq \
|
||||
clang-3.9 lldb-3.9 git
|
||||
|
||||
ENV USE_RTTI=1
|
||||
RUN git clone https://github.com/facebook/rocksdb.git && \
|
||||
cd rocksdb && \
|
||||
make static_lib && \
|
||||
|
|
|
@ -2,6 +2,7 @@ FROM nanocurrency/nano-env:base
|
|||
|
||||
RUN apt-get install -yqq git
|
||||
|
||||
ENV USE_RTTI=1
|
||||
RUN git clone https://github.com/facebook/rocksdb.git && \
|
||||
cd rocksdb && \
|
||||
make static_lib && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue