Hi Petr, On Thu, 2021-04-15 at 13:27 +0200, Petr Vorel wrote: > openSUSE Tumbleweed build fails due broken permission detection due > faccessat2() incompatibility in libseccomp/runc used in old docker with > old kernel on Ubuntu Focal on hosts in Travis CI together with guests > with the newest glibc 2.33. > > Fixing Tumbleweed required switch to podman and downloading newest runc > release (v1.0.0-rc93) which contains the fix [1], because proposed glibc > fix [2] aren't going to merged to upstream [3] nor to Tumbleweed > downstream glibc [4]. > > Sooner or later it will be required for more distros (Fedora, Debian > Ubuntu), but don't waste build time until required. > > [1] https://github.com/opencontainers/runc/pull/2750 > [2] https://sourceware.org/pipermail/libc-alpha/2020-November/119955.html > [3] https://sourceware.org/pipermail/libc-alpha/2020-November/119978.html > [4] https://bugzilla.opensuse.org/1182451 > > Signed-off-by: Petr Vorel <pvorel@xxxxxxx> > --- > Changes v2->v3: > * remove sudo (replaced by --no-same-owner) Thanks, Petr. Other than actually removing the "sudo", the patch looks good and works properly on our internal travis too. Assuming you don't object, I'll remove the "sudo". thanks, Mimi