mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
Move full build to install_ray() (#9276)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
+3
-3
@@ -225,6 +225,9 @@ install_go() {
|
||||
|
||||
install_ray() {
|
||||
(
|
||||
# NOTE: Do not add build flags here. Use .bazelrc and --config instead.
|
||||
bazel build -k "//:*" # Full build first, since pip install will build only a subset of targets
|
||||
|
||||
cd "${WORKSPACE_DIR}"/python
|
||||
build_dashboard_front_end
|
||||
pip install -v -e .
|
||||
@@ -447,9 +450,6 @@ init() {
|
||||
}
|
||||
|
||||
build() {
|
||||
# NOTE: Do not add build flags here. Use .bazelrc and --config instead.
|
||||
bazel build -k "//:*" # Full build first, since pip install will build only a subset of targets
|
||||
|
||||
if ! need_wheels; then
|
||||
install_ray
|
||||
if [ "${LINT-}" = 1 ]; then
|
||||
|
||||
Reference in New Issue
Block a user