mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
6 lines
262 B
Text
6 lines
262 B
Text
# build config
|
|
build --compilation_mode=opt
|
|
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"
|