Skip to content

Commit

Permalink
Run in privileged remote containers
Browse files Browse the repository at this point in the history
  • Loading branch information
fejta committed Apr 25, 2019
1 parent a0d8278 commit f33e903
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/root/BUILD.root
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,16 @@ genrule(
platform(
name = "rbe_with_network",
parents = ["@rbe_default//config:platform"],
# https://cloud.google.com/remote-build-execution/docs/remote-execution-environment#remote_execution_properties
remote_execution_properties = """
properties: {
name: "dockerNetwork"
value: "standard"
}
properties: {
name: "dockerPrivileged"
value: "true"
}
{PARENT_REMOTE_EXECUTION_PROPERTIES}
""",
)

0 comments on commit f33e903

Please sign in to comment.