Set USE_RTTI for rocksdb in docker (#2261)

This commit is contained in:
Wesley Shillingford 2019-08-29 20:22:14 +01:00 committed by GitHub
commit bc9a736971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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 && \

View file

@ -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 && \