Speed up docker building procedure
authorEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Tue, 14 Apr 2020 15:07:24 +0000 (17:07 +0200)
committerEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Fri, 17 Apr 2020 19:28:08 +0000 (21:28 +0200)
Comment doxygen generation at entrypoint.
You could do natively (make doc), but the important
 thing is the source build, not the documentation.

docker-images/anna-build-nodb/deps/build.sh

index 1243d5c..253e3d2 100755 (executable)
@@ -5,6 +5,6 @@ then
 else
    cmake -DSKIP_DATABASE_BUILD=1 $@ .
    make -j `grep processor /proc/cpuinfo | wc -l` $2
-   make doc
+   #make doc
 fi
 exit $?