diff options
author | Chris Evich <cevich@redhat.com> | 2019-02-01 10:26:43 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-05-21 08:44:01 -0400 |
commit | 84c6f7c55da4a1f4d6968c5f8bd8a8553ab5d55e (patch) | |
tree | a75a1452e97c5718da19a4a86e2e9ee7d648199e /contrib/cirrus/packer/fedora_setup.sh | |
parent | 773b9ac9d059a66280ac50163a17bc705bde0a60 (diff) | |
download | podman-84c6f7c55da4a1f4d6968c5f8bd8a8553ab5d55e.tar.gz podman-84c6f7c55da4a1f4d6968c5f8bd8a8553ab5d55e.tar.bz2 podman-84c6f7c55da4a1f4d6968c5f8bd8a8553ab5d55e.zip |
Cirrus: Remove "too new" runc hack
Hack was to workaround not having fix for:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-b4356521ba
Update `RUNC_COMMIT` value to match commit id to working package.
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/cirrus/packer/fedora_setup.sh b/contrib/cirrus/packer/fedora_setup.sh index 36a65eb71..18490fdac 100644 --- a/contrib/cirrus/packer/fedora_setup.sh +++ b/contrib/cirrus/packer/fedora_setup.sh @@ -22,6 +22,7 @@ ooe.sh sudo dnf install -y \ bats \ btrfs-progs-devel \ bzip2 \ + criu \ device-mapper-devel \ emacs-nox \ findutils \ @@ -75,8 +76,6 @@ install_buildah install_conmon -install_criu - install_packer_copied_files rh_finalize # N/B: Halts system! |