From 0632564172c13c60e43a2411f540ac29f76f52b3 Mon Sep 17 00:00:00 2001 From: Yifei Feng Date: Fri, 5 May 2017 16:43:23 -0700 Subject: Remove deleted files. --- tools/bazel.rc.template | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 tools/bazel.rc.template (limited to 'tools') diff --git a/tools/bazel.rc.template b/tools/bazel.rc.template deleted file mode 100644 index 097ff7b9d0..0000000000 --- a/tools/bazel.rc.template +++ /dev/null @@ -1,39 +0,0 @@ -build:cuda --crosstool_top=@local_config_cuda//crosstool:toolchain -build:cuda --define=using_cuda=true --define=using_cuda_nvcc=true - -build:cuda_clang --crosstool_top=@local_config_cuda//crosstool:toolchain -build:cuda_clang --define=using_cuda=true --define=using_cuda_clang=true - -build:win-cuda --define=using_cuda=true --define=using_cuda_nvcc=true - -build:mkl --define=using_mkl=true - -build:sycl --crosstool_top=@local_config_sycl//crosstool:toolchain -build:sycl --define=using_sycl=true - -build:sycl_asan --crosstool_top=@local_config_sycl//crosstool:toolchain -build:sycl_asan --define=using_sycl=true --copt -fno-omit-frame-pointer --copt -fsanitize-coverage=3 --copt -DGPR_NO_DIRECT_SYSCALLS --linkopt -fPIC --linkopt -fsanitize=address - -build --force_python=py$PYTHON_MAJOR_VERSION -build --host_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 --define PYTHON_BIN_PATH=$PYTHON_BINARY -test --define PYTHON_BIN_PATH=$PYTHON_BINARY -test --force_python=py$PYTHON_MAJOR_VERSION -test --host_force_python=py$PYTHON_MAJOR_VERSION -run --define PYTHON_BIN_PATH=$PYTHON_BINARY - -build --spawn_strategy=standalone -test --spawn_strategy=standalone -run --spawn_strategy=standalone - -build --genrule_strategy=standalone -test --genrule_strategy=standalone -run --genrule_strategy=standalone - -build -c opt -test -c opt -run -c opt -- cgit v1.2.3