Missing packages on arm64

Hello, recently I found the following packages installed on travis amd64 virtual machine but not on travis arm64 container:
python-pip
python3-pip
python-setuptools
python3-setuptools
python-dev
python3-dev
libtool

As a result, open source projects need some CPU specific shell script to install the missing packages. It would be better to keep the installed packages as congruent as possible for multiple architectures.

1 Like

This issue is similar with Pip is not installed in ppc64le and arm64 images .

I have also noticed that contrary to what the documentation states, MySQL and PostgreSQL are not preinstalled in the Xenial build environment. This is not an issue in an amd64 virtual machine.