File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ yum -y install \
37
37
rpmdevtools sudo gcc-c++ net-tools httpd \
38
38
python-virtualenv python-future python-tox \
39
39
elfutils-libelf-devel
40
+ # next packages are required for UT
41
+ yum -y install java-1.8.0-openjdk
40
42
yum clean all
41
43
rm -rf /var/cache/yum
42
44
if [[ " $sclo " == ' 1' ]]; then
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ yum -y install \
25
25
python3-virtualenv python3-future python3-tox python3-devel python3-lxml \
26
26
python2-devel python2 python2-setuptools
27
27
28
+ # next packages are required for UT
29
+ yum -y install java-1.8.0-openjdk
30
+
28
31
# this is for net-snmp packages (it is not possible to use BuildRequires in spec
29
32
# as it installs openssl-devel-1.1.1 which is incompatible with other Contrail comps
30
33
# (3rd party bind and boost-1.53))
You can’t perform that action at this time.
0 commit comments