ray/.bazelrc

7 lines
262 B
Text
Raw Normal View History

# build config
build --compilation_mode=opt
2019-03-23 10:44:11 +08:00
build --action_env=PATH
build --action_env=PYTHON_BIN_PATH
# This workaround is needed due to https://github.com/bazelbuild/bazel/issues/4341
build --per_file_copt="external/com_github_grpc_grpc/.*@-DGRPC_BAZEL_BUILD"