a2259ad Handle EPERM to allow Fedora to be used on CircleCI and GitHub actions

Authored and Committed by Richard Hughes 2 years ago
    Handle EPERM to allow Fedora to be used on CircleCI and GitHub actions
    
    It appears both CI systems are running docker with an old libseccomp
    that doesn't have __SNR_close_range which the latest GLib hard-depends
    on.
    
    Relax the requirements a little until the two most popular CI systems
    have deployed a new enough docker image.
    
        
file modified
+4 -0
file added
+43