These other are supported or appear to be so we should make sure
to also test them. This also adds zlib1g-dev to ensure that Ubuntu
18.04 picks it up as it appears to be missing in test builds.
Change-Id: I0068eb99254b5f7f651fee77178d9615a69e3d45
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
platforms:
- name: centos7
image: centos:7
+ - name: centos8
+ image: centos:8
- name: ubuntu1604
image: ubuntu:16.04
+ - name: ubuntu1804
+ image: ubuntu:18.04
- name: ubuntu2004
image: ubuntu:20.04
provisioner:
- make
- libssl-dev
- wget
+ - zlib1g-dev
state: present
when: ansible_distribution == 'Ubuntu'
become: true