Michael Catanzaro created an issue: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/667
In https://gitlab.gnome.org/GNOME/gnome-desktop/-/merge_requests/119 we see the following CI failure: ``` Error: Error downloading packages: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64 [getaddrinfo() thread failed to start] ``` This means we need to update GitLab to use a newer version of docker with fixed seccomp filters to either (a) allow use of the clone3 syscall, or (b) return ENOSYS to cause glibc to fallback to an older clone syscall, rather than EPERM which just causes everything to fail. This problem was already fixed in docker: * https://github.com/moby/moby/issues/42680 * https://github.com/moby/moby/pull/42681 -- Reply to this email directly or view it on GitLab: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/667 You're receiving this email because of your account on gitlab.gnome.org.
_______________________________________________ gnome-infrastructure mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-infrastructure
