Skip to content

Commit

Permalink
Removed useless dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
epoupon committed Feb 2, 2025
1 parent 22e3032 commit 9f90dee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ RUN \
make distclean

# WT
ARG WT_VERSION=4.11.1
ARG WT_VERSION=4.11.2
RUN \
DIR=/tmp/wt && mkdir -p ${DIR} && cd ${DIR} && \
curl -sLO https://github.com/emweb/wt/archive/${WT_VERSION}.tar.gz && \
tar -x --strip-components=1 -f ${WT_VERSION}.tar.gz

RUN \
DIR=/tmp/wt && mkdir -p ${DIR} && cd ${DIR} && \
cmake -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=TRUE -DSHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${PREFIX} -DBUILD_EXAMPLES=OFF -DENABLE_LIBWTTEST=OFF -DCONNECTOR_FCGI=OFF -DUSE_SYSTEM_SQLITE3=ON && \
cmake -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=TRUE -DCMAKE_CXX_STANDARD=17 -DSHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${PREFIX} -DBUILD_EXAMPLES=OFF -DENABLE_LIBWTTEST=OFF -DCONNECTOR_FCGI=OFF -DUSE_SYSTEM_SQLITE3=ON && \
make -j$(nproc) && \
make install

Expand Down Expand Up @@ -164,7 +164,6 @@ ARG RUNTIME_PACKAGES=" \
boost-filesystem \
boost-iostreams \
boost-program_options \
boost-system \
boost-thread \
libarchive \
libconfig++ \
Expand Down

0 comments on commit 9f90dee

Please # to comment.