Hi Petr, On Thu, 2021-04-29 at 07:39 +0200, Petr Vorel wrote: > Fedora recently got 2.33, which requires on Travis CI to use podman. > > Signed-off-by: Petr Vorel <pvorel@xxxxxxx> > --- > Hi Mimi, > > Tested [1]. > > Previously Fedora fails on autoconf issue [2], which is caused by > faccessat2 incompatibility on glibc 2.33: > > /usr/bin/autoconf: This script requires a shell more modern than all > /usr/bin/autoconf: the shells that I found on your system. > /usr/bin/autoconf: Please tell bug-autoconf@xxxxxxx about your system, > /usr/bin/autoconf: including any error possibly output before this > /usr/bin/autoconf: message. Then install a modern shell, or manually run > /usr/bin/autoconf: the script under such a shell if you do have one. > autoreconf: /usr/bin/autoconf failed with exit status: 1 > > [1] https://travis-ci.org/github/pevik/ima-evm-utils/builds/768789641 > [2] https://travis-ci.org/github/pevik/ima-evm-utils/jobs/767259578 The "boot_aggregate" test should succeed, but for some reason is now being skipped. PASS: ima_hash.test PASS: sign_verify.test SKIP: boot_aggregate.test I tested with/without this patch on our internal travis. I was seeing the Tumbleweed problem, but am not seeing this problem with Fedora latest yet. Both with/without the patch, Fedora latest works properly on our internal travis. Mimi