PAL: Remove instalation of system dependencies 68/31668/3
authorTibor Frank <tifrank@cisco.com>
Wed, 17 Mar 2021 09:49:31 +0000 (10:49 +0100)
committerTibor Frank <tifrank@cisco.com>
Wed, 17 Mar 2021 12:37:45 +0000 (12:37 +0000)
Change-Id: I66024f3110804499fa32628b0f72711413d741ac
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/run_cpta.sh
resources/tools/presentation/run_report.sh
resources/tools/presentation/specification.yaml

index 94745f7..14191ff 100755 (executable)
@@ -7,11 +7,6 @@ typeset -A DIR
 
 DIR[WORKING]=_tmp
 
-# Install system dependencies
-sudo apt-get -y update
-sudo apt-get -y install libxml2 libxml2-dev libxslt-dev build-essential \
-    zlib1g-dev unzip
-
 # Create working directories
 mkdir ${DIR[WORKING]}
 
index b89754b..61acac3 100755 (executable)
@@ -11,19 +11,6 @@ typeset -A DIR
 DIR[WORKING]=_tmp
 CFG[BLD_LATEX]=1
 
-# Install system dependencies
-sudo apt-get -y update
-sudo apt-get -y install libxml2 libxml2-dev libxslt-dev build-essential \
-    zlib1g-dev unzip
-
-if [[ ${CFG[BLD_LATEX]} -eq 1 ]] ;
-then
-    export DEBIAN_FRONTEND=noninteractive
-    sudo apt-get -y install xvfb texlive-latex-recommended \
-        texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra latexmk wkhtmltopdf inkscape
-    sudo sed -i.bak 's/^\(main_memory\s=\s\).*/\110000000/' /usr/share/texlive/texmf-dist/web2c/texmf.cnf
-fi
-
 # Create working directories
 mkdir ${DIR[WORKING]}
 
index 3723af2..4d1c801 100644 (file)
   format:
     html:
     - full
-    pdf:
-    - minimal
+    pdf:
+    - minimal
 
 ################################################################################
 ###                               T A B L E S                                ###