0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-23 05:13:48 +02:00

tools/docker/ubuntu: Remove libgflags for rocksdb.

This commit is contained in:
Jason Volk 2020-05-05 22:53:29 -07:00
parent fd127472b9
commit db58514d45

View file

@ -18,7 +18,6 @@ RUN \
curl \ curl \
git \ git \
libbz2-dev \ libbz2-dev \
libgflags-dev \
libgraphicsmagick1-dev \ libgraphicsmagick1-dev \
libjemalloc-dev \ libjemalloc-dev \
liblz4-dev \ liblz4-dev \
@ -49,6 +48,7 @@ RUN \
-DWITH_TOOLS=0 \ -DWITH_TOOLS=0 \
-DUSE_RTTI=1 \ -DUSE_RTTI=1 \
-DWITH_LZ4=1 \ -DWITH_LZ4=1 \
-DWITH_GFLAGS=0 \
-DBUILD_SHARED_LIBS=1 && \ -DBUILD_SHARED_LIBS=1 && \
cmake --build build --target install && \ cmake --build build --target install && \
rm -rf build rm -rf build