You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Wiki/cross-platform.md
+7
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@
4
4
* Linux is supported on Ubuntu 20.04. Other distros may work but are not well tested at this time.
5
5
* macOS is not currently supported.
6
6
7
+
## Linux Support
8
+
The following features are not properly supported, or are only partially supported on Linux with the interpose and ptrace sandbox types.
9
+
- Breakaway Processes
10
+
11
+
The following features are not supported on the PTrace sandbox.
12
+
- Blocking disallowed file accesses
13
+
7
14
## maOS Support History
8
15
In the past there was a push to bring BuildXL to macOS to provide cached and distributed builds to the a number of Microsoft teams. BuildXL moved to .netcore and scrubbed the codebase to add Unix support. The core bxl executable can be cross compiled on Windows to run on macOS. The major component that needed to be rewritten for macOS is the file access monitoring layer. This is what allows BuildXL to provide reliable caching.
0 commit comments