mirror of
https://github.com/wassname/ray.git
synced 2026-07-16 11:21:10 +08:00
7 lines
262 B
Plaintext
7 lines
262 B
Plaintext
# 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"
|