Install libxslt-devel needed by docs 13/41513/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 7 Jul 2016 21:34:14 +0000 (17:34 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 7 Jul 2016 21:34:47 +0000 (17:34 -0400)
Docs project is trying to use javasphinx to generate javaapi docs and
requires an additional package to be installed.

Change-Id: If5612168054ccfedfbc0506067873660b03486bd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jenkins-scripts/builder.sh

index e3384a0245f1f0d9836c31d7f34444d0a62cab5a..5e477a586ba8473515c1c8e8be08fb5e2d8d37d3 100755 (executable)
@@ -25,3 +25,6 @@ yum -q -y install mono-complete
 
 # Install software for building RPMs
 yum install -y fedora-packager
+
+# Install software for building docs
+yum install -y libxslt-devel