Skip to content

Commit

Permalink
docker/build: Fix privileges (#322)
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 3cddb2f commit 8e664be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/rbe_toolchains_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def rbe_toolchains_config(generator = False, force = False):
linux_exec_properties = create_rbe_exec_properties_dict(
docker_add_capabilities = "SYS_PTRACE,NET_RAW,NET_ADMIN",
docker_network = "standard",
docker_privileted = True,
docker_privileged = True,
docker_ulimits="memlock=-1,nice=-20,rtprio=10,stack=8388608")

_envoy_rbe_toolchain("rbe_ubuntu_clang", _CLANG_ENV, "clang", _TOOLCHAIN_CONFIG_SUITE_SPEC_LINUX, _ENVOY_BUILD_IMAGE_DIGEST_LINUX, linux_exec_properties, generator, force)
Expand Down

0 comments on commit 8e664be

Please sign in to comment.