Skip to content

Commit

Permalink
toolchains: Set privileged (attempt 2) (#323)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Mar 11, 2024
1 parent 8e664be commit 32570f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toolchains/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ platform(
exec_properties = create_rbe_exec_properties_dict(
docker_add_capabilities = "SYS_PTRACE,NET_RAW,NET_ADMIN",
docker_network = "standard",
docker_privileged = True,
),
parents = ["//toolchains/configs/linux/clang/config:platform"],
)
Expand All @@ -16,6 +17,7 @@ platform(
exec_properties = create_rbe_exec_properties_dict(
docker_add_capabilities = "SYS_PTRACE,NET_RAW,NET_ADMIN",
docker_network = "standard",
docker_privileged = True,
),
parents = ["//toolchains/configs/linux/clang_libcxx/config:platform"],
)
Expand Down

0 comments on commit 32570f7

Please sign in to comment.