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

build --force_python=py$PYTHON_MAJOR_VERSION
build --python$PYTHON_MAJOR_VERSION_path=$PYTHON_BINARY

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