Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring0
coreutils
coreutils-tests-workaround-make-fdleak.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File coreutils-tests-workaround-make-fdleak.patch of Package coreutils
--- tests/init.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) Index: tests/init.sh =================================================================== --- tests/init.sh.orig +++ tests/init.sh @@ -691,6 +691,16 @@ compare () } # ----------------------------------------------------------------------------- +# OpenSUSE/OSC workaround. +# GNU make 4.3.90 leaks a lot of file descriptors when using the jobserver. +# Close all of them pointing to files matching '/tmp/Gm*'. +p=$$ +for n in $(find /proc/$p/fd -lname '/tmp/Gm*' -printf '%P\n'); do + exec {n}>&- +done +# ----------------------------------------------------------------------------- + +# ----------------------------------------------------------------------------- # If you want to override the testdir_prefix_ function, # or to add more utility functions, use this file.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor