]> jspc29.x-matter.uni-frankfurt.de Git - dockerfiles.git/commitdiff
make root/dabc/stream/go4 only with -j2 (2 cores) by default to not crash smaller...
authorHades DAQ <hadaq@linux-l8n8.site>
Fri, 1 Mar 2019 14:10:46 +0000 (15:10 +0100)
committerHades DAQ <hadaq@linux-l8n8.site>
Fri, 1 Mar 2019 14:10:46 +0000 (15:10 +0100)
go4_trbnet/go4_trbnet_leap_15.0_stable_2018-03-01/Dockerfile

index 70552ec90cff584d02ebdcf71aeeca9c5b09266d..cee15c46c754ebe534f52d6fe00e67f18f273352 100644 (file)
@@ -76,7 +76,7 @@ ENV DABC_TRB3_REV=4242
 
 RUN svn checkout -r $DABC_TRB3_REV https://subversion.gsi.de/dabc/trb3  
 
-RUN cd /trb3; make -j4; make_exit_value=$?; \
+RUN cd /trb3; make -j2; make_exit_value=$?; \
   echo -e "\n\n---- display make log: ----\n\n"; \
   cat $(find . -iname "makelog.txt"); \
   $( exit $make_exit_value )