diff options
author | Chris Evich <cevich@redhat.com> | 2018-12-10 11:24:57 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2018-12-14 11:19:41 -0500 |
commit | a1a5f3ba515e54bad3364ab175d86906d0756044 (patch) | |
tree | afccd16e51b6170727ce2a5970f834610adde39e /contrib/cirrus/packer/fedora_setup.sh | |
parent | cb89409a712d1419fb5f02fd6812359e960fb1d6 (diff) | |
download | podman-a1a5f3ba515e54bad3364ab175d86906d0756044.tar.gz podman-a1a5f3ba515e54bad3364ab175d86906d0756044.tar.bz2 podman-a1a5f3ba515e54bad3364ab175d86906d0756044.zip |
Cirrus: Migrate PAPR testing of F28 to Cirrus
Since the most recent TWO versions of Fedora are officially supported
upstream, both need to be tested. Implement the concept of a 'prior'
Fedora release in both base-image and cache-image production. Utilize
the produced cache-image to test libpod. Remove F28 testing from PAPR.
Much thanks to @baude @giuseppe for help with this.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/packer/fedora_setup.sh')
-rw-r--r-- | contrib/cirrus/packer/fedora_setup.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cirrus/packer/fedora_setup.sh b/contrib/cirrus/packer/fedora_setup.sh index 4e4391e59..a14e1b01f 100644 --- a/contrib/cirrus/packer/fedora_setup.sh +++ b/contrib/cirrus/packer/fedora_setup.sh @@ -28,7 +28,6 @@ ooe.sh sudo dnf install -y \ atomic-registries \ btrfs-progs-devel \ bzip2 \ - conmon \ device-mapper-devel \ findutils \ git \ |