diff options
author | Adin Scannell <ascannell@google.com> | 2020-04-28 14:45:06 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-28 14:46:19 -0700 |
commit | 64723470a6f0b62ec6223ff66e9c9ca70d248b61 (patch) | |
tree | 5431a72f6ae03b100416a9c8e65a261fa81f8809 /.bazelrc | |
parent | 42822603551e5f0c0796918abf0ce92990c80da8 (diff) |
Use existing bazeldefs with top-level BUILD file.
PiperOrigin-RevId: 308901116
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -30,10 +30,10 @@ build:remote --auth_scope="https://www.googleapis.com/auth/cloud-source-tools" # Add a custom platform and toolchain that builds in a privileged docker # container, which is required by our syscall tests. -build:remote --host_platform=//:rbe_ubuntu1604 -build:remote --extra_toolchains=//:cc-toolchain-clang-x86_64-default -build:remote --extra_execution_platforms=//:rbe_ubuntu1604 -build:remote --platforms=//:rbe_ubuntu1604 +build:remote --host_platform=//tools/bazeldefs:rbe_ubuntu1604 +build:remote --extra_toolchains=//tools/bazeldefs:cc-toolchain-clang-x86_64-default +build:remote --extra_execution_platforms=//tools/bazeldefs:rbe_ubuntu1604 +build:remote --platforms=//tools/bazeldefs:rbe_ubuntu1604 build:remote --crosstool_top=@rbe_default//cc:toolchain build:remote --jobs=50 build:remote --remote_timeout=3600 |