Skip to content

Commit

Permalink
Enable CI (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
jovany-wang authored Feb 27, 2023
1 parent 6c73282 commit 78c27fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BUILD-RAY-WHEELS-ON-MANY-LINUX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: BUILD-RAY-WHEELS-ON-MANY-LINUX.yml

on:
push:
branches: [ dev/secretflow-ray-2.2.0 ]
branches: [ dev/2.2.0 ]
pull_request:
branches: [ dev/secretflow-ray-2.2.0 ]
branches: [ dev/2.2.0 ]

jobs:
build-wheel-pipeline:
Expand All @@ -14,7 +14,7 @@ jobs:

steps:
- name: work around permission issue
run: git config --global --add safe.directory /__w/ray/ray
run: git config --global --add safe.directory /__w/ant-ray/ant-ray

- uses: actions/checkout@v2

Expand Down
3 changes: 1 addition & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,7 @@ def pip_run(build_ext):
if SKIP_BAZEL_BUILD:
build(False, False, False)
else:
# In ant-ray, we now disable building RAY_CPP by default.
build(True, BUILD_JAVA, False)
build(True, BUILD_JAVA, True)

if setup_spec.type == SetupType.RAY:
setup_spec.files_to_include += ray_files
Expand Down

0 comments on commit 78c27fd

Please sign in to comment.