You need to sign in or sign up before continuing.
Commits on Source 11
-
Jürg Billeter authored
Use `git describe` to prefix `ref` with closest tag, if available.
-
Jürg Billeter authored
-
Jürg Billeter authored
-
Jürg Billeter authored
git.py: Make `ref` human readable See merge request !291
-
This has been moved from app.py As it will have different functionality depending on platform Once the Darwin (MacOS) platform is added Removed `resource.setrlimit()` functionality from app.py Added `resource.setrlimit()` functionality to platform.py as function
-
_platform/linux.py: Add FUSE check And Ensure exception is not raised when performing sandbox availability check Without this check, WSL would error upon finding FUSE missing This must be bypassed to allow remote execution
-
This is due to Darwin (MacOS) having a different Max-Jobs limit _platform/platform.py: Adding max-jobs call _project.py: redirected 'max-jobs' to point at the platform
-
This is to allow platforms that do not support sandboxing To error in a controlled/known way
-
Adding functionality to recognise Darwin as a platform in plaform.py
-
Non-Linux platforms don't return EISDIR when attempting to unlink a directory. Stopped safe_remove attempting to unlink dirs Previously safe_remove would attempt to unlink a path Before attempting to remove it if it was a dir Now it checks for a dir before that step
-
This patch was required due to not being able to execute `bst` on a Linux machine without FUSE available.