diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-09-24 12:36:50 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-09-25 11:05:41 +0200 |
commit | 80f6af7766a1b47715a0cd8d1fab567750dcdc31 (patch) | |
tree | fd29f5731de079d0f4da901138abce3f3362ee48 /contrib/cirrus/packer | |
parent | 6f4e3beedc2a78753f1265c848e5cb6d21ebdcb4 (diff) | |
download | podman-80f6af7766a1b47715a0cd8d1fab567750dcdc31.tar.gz podman-80f6af7766a1b47715a0cd8d1fab567750dcdc31.tar.bz2 podman-80f6af7766a1b47715a0cd8d1fab567750dcdc31.zip |
catatonit: clone and build
Instead of unconditionally pulling the x86 binary, clone the repository
and build the binary to make it independent of the architecture.
Fixes: #2699
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'contrib/cirrus/packer')
-rw-r--r-- | contrib/cirrus/packer/fedora_setup.sh | 2 | ||||
-rw-r--r-- | contrib/cirrus/packer/ubuntu_setup.sh | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/contrib/cirrus/packer/fedora_setup.sh b/contrib/cirrus/packer/fedora_setup.sh index 6709eecaf..d948a0afa 100644 --- a/contrib/cirrus/packer/fedora_setup.sh +++ b/contrib/cirrus/packer/fedora_setup.sh @@ -36,6 +36,7 @@ ooe.sh sudo dnf install -y \ criu \ device-mapper-devel \ emacs-nox \ + file \ findutils \ fuse3 \ fuse3-devel \ @@ -59,6 +60,7 @@ ooe.sh sudo dnf install -y \ libseccomp \ libseccomp-devel \ libselinux-devel \ + libtool \ libvarlink-util \ lsof \ make \ diff --git a/contrib/cirrus/packer/ubuntu_setup.sh b/contrib/cirrus/packer/ubuntu_setup.sh index da7d457a5..d20e7e005 100644 --- a/contrib/cirrus/packer/ubuntu_setup.sh +++ b/contrib/cirrus/packer/ubuntu_setup.sh @@ -52,6 +52,7 @@ $BIGTO $SUDOAPTGET install \ curl \ e2fslibs-dev \ emacs-nox \ + file \ gawk \ gcc \ gettext \ |