aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bazel.rc.template
blob: d3e70e7a4fc58bb459c419332c717033527a5f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
build:cuda --crosstool_top=//third_party/gpus/crosstool
build:cuda --define=using_cuda=true --define=using_cuda_nvcc=true

build --force_python=py$PYTHON_MAJOR_VERSION
build --python$PYTHON_MAJOR_VERSION_path=$PYTHON_BINARY
build --define=use_fast_cpp_protos=true
build --define=allow_oversize_protos=true

build --spawn_strategy=standalone
test --spawn_strategy=standalone
run --spawn_strategy=standalone

build --genrule_strategy=standalone
test --genrule_strategy=standalone
run --genrule_strategy=standalone