Skip to content

Only call setrlimit on linux

Duncan Macleod requested to merge (removed):no-setrlimit-macos into master

This MR works around failures seen on python3 on macos when calling setrlimit from a few scripts - the patch is to just only call those functions on linux.

Merge request reports