Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flip the default value of `incompatible_use_new_cgroup_implementation…
…` to true. PiperOrigin-RevId: 715408448 Change-Id: Ie8ad99ce1b6485bb19aa471ca1e4f77f7acb3e7c
- Loading branch information
67c89b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bigelephant29 @AlessandroPatti This change leads to this showing up in logs on macOS since the root creation happens regardless of whether the current OS is Linux:
67c89b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bigelephant29 we should probably add a check at
bazel/src/main/java/com/google/devtools/build/lib/worker/WorkerModule.java
Line 130 in 4ebd6c6