rhtyd commented on a change in pull request #2706: packaging: use libuuid
x86_64 package for cloudstack-common
URL: https://github.com/apache/cloudstack/pull/2706#discussion_r195973937
##########
File path:
tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh
##########
@@ -78,12 +78,7 @@ function install_packages() {
apt-get clean
apt-get autoclean
- #32 bit architecture support:: not required for 32 bit template
- if [ "${arch}" != "i386" ]; then
- dpkg --add-architecture i386
- apt-get update
- ${apt_get} install links:i386 libuuid1:i386 libc6:i386
- fi
+ ${apt_get} install links
Review comment:
@DaanHoogland I can try to build vhd-util x86_64 binary for linux, but we
can do that for the future 4.11.2.0 release. The easiest would be to continue
to install the 32bit dependencies in systemvm like we've done in the current
4.11.1 systemvmtemplate.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services