Skip to content
Snippets Groups Projects
Commit 71429fbc authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Trying to fix the memory leak in http server...

parent 030e21a2
Branches
Tags 1.6.7 v1.6.7
No related merge requests found
......@@ -4,7 +4,7 @@
## PROJECT: hallac_container
################################################################################
cmake_minimum_required (VERSION 3.8)
project (hallac_container VERSION 1.6.6)
project (hallac_container VERSION 1.6.7)
################################################################################
## The name of our container
......
......@@ -97,7 +97,7 @@ RUN cd /tmp \
&& make -j8 install \
&& cd /tmp && rm -r range-v3 \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hallc_tools.git \
&& cd hallc_tools && git checkout v1.1.8 \
&& cd hallc_tools && git checkout v1.1.9 \
&& mkdir build && cd build \
&& cmake ../. && make -j20 && make install \
&& cd /tmp && rm -rf hallc_tools \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment