aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bazel.rc.template
blob: b49fd62306f24327084c41f4d749cda803e7b26a (plain)
1
2
3
4
5
6
7
8
9
build:cuda --crosstool_top=//third_party/gpus/crosstool

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

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