Fix broken ARM64 REC build 54/4154/2
authorPaul Carver <pcarver@att.com>
Thu, 4 Feb 2021 15:55:38 +0000 (15:55 +0000)
committerPaul Carver <pcarver@att.com>
Wed, 10 Feb 2021 18:44:28 +0000 (18:44 +0000)
commit23b8fd16e40ebf79e64a0cbc384d31beb86130da
tree2cdaecfe81c39c610d2220479e7630924288738e
parent132935f514a33e68bd733aecc107cbece7eeb265
Fix broken ARM64 REC build

The REC ARM64 build has been broken for a while, likely due to the
change of Jenkins builder nodes from Ubuntu 16.04 to 18.04. A number of
fixes are needed, not all known at this time. This change is a start at
fixing them.

1) Force installation of libvirt-daemon-system because the start of
   libvirt is failing when it used to succeed.

2) Install "rename" command. This was present in Ubuntu 16.04, missing
   in 18.04 and back again in 20.04. The Arm build hosts were changed
   from 16.04 to 18.04 a while back and the build has been broken ever
   since (due to multiple issues).

Change-Id: I1cf7ed62bd796bb20da21c9205487c0c6a079e85
Signed-off-by: Paul Carver <pcarver@att.com>
jjb/akraino-templates/akraino-ta-common-macros.yaml
jjb/shell/ta-iso-deploy.sh