blob: 5d23e876988bc179615d5364a5941be4ff1d4ae5 [file] [log] [blame]
package(default_visibility = ["//:__subpackages__"])
licenses(["notice"])
# Configuration for Remote Build Execution (RBE) builds.
# It is used to select() RBE-specific args for tests.
#
# Example:
# args = select({
# "//tools/remote_build_execution:rbe": ["--no_external_tests"],
# "//conditions:default": [],
# }),
#
# This will set the --no_external_tests command line flag when a test is run
# on RBE.
config_setting(
name = "rbe",
values = {"define": "RBE=1"},
)