Skip to content

Commit

Permalink
Bump mimalloc to 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlu committed Sep 11, 2024
1 parent 9d324a3 commit 7989230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN savedAptMark="$(apt-mark showmanual)" \
&& cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX=${SEG_HOME}/abseil -DABSL_BUILD_TESTING=OFF -DABSL_PROPAGATE_CXX_STD=ON -DCMAKE_BUILD_TYPE=Release \
&& cmake --build . --target install -v \
&& cd ${SEG_HOME} && rm -rf abseil-cpp \
&& git clone --depth 1 --branch v2.1.2 https://github.com/microsoft/mimalloc.git \
&& git clone --depth 1 --branch v2.1.7 https://github.com/microsoft/mimalloc.git \
&& cd mimalloc && mkdir build && cd build \
&& cmake .. -G Ninja -DMI_INSTALL_TOPLEVEL=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
&& cmake --build . --target install -v \
Expand Down

0 comments on commit 7989230

Please sign in to comment.