Build rocksdb as portable (#2288)
This commit is contained in:
parent
f7cef4cca5
commit
9fd4f0ee42
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ RUN apt-get update -qq && apt-get install -yqq \
|
|||
ENV USE_RTTI=1
|
||||
RUN git clone https://github.com/facebook/rocksdb.git && \
|
||||
cd rocksdb && \
|
||||
make static_lib && \
|
||||
PORTABLE=1 make static_lib && \
|
||||
make install
|
||||
|
||||
ENV CXX=/usr/bin/clang++
|
||||
|
|
|
@ -5,7 +5,7 @@ RUN apt-get install -yqq git
|
|||
ENV USE_RTTI=1
|
||||
RUN git clone https://github.com/facebook/rocksdb.git && \
|
||||
cd rocksdb && \
|
||||
make static_lib && \
|
||||
PORTABLE=1 make static_lib && \
|
||||
make install
|
||||
|
||||
ENV BOOST_ROOT=/usr/local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue