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

Authored and Committed by Richard Hughes 9 months 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.
    
        
  • Build failed
    failure
    Built as glib2-2.77.0-4.fc39
    9 months ago
file modified
+4 -0
file added
+43