Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions recipe/build-core.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cd python
set SKIP_THIRDPARTY_INSTALL=1
set RAY_INSTALL_JAVA=1
set IS_AUTOMATED_BUILD=1
set "BAZEL_SH=%BUILD_PREFIX%\Library\usr\bin\bash.exe"
"%PYTHON%" setup.py install
Expand Down
1 change: 1 addition & 0 deletions recipe/build-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -xe

cd python/
export SKIP_THIRDPARTY_INSTALL=1
export RAY_INSTALL_JAVA=1
"${PYTHON}" setup.py build
# bazel by default makes everything read-only,
# which leads to patchelf failing to fix rpath in binaries.
Expand Down
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source:


build:
number: 0
number: 1
# skip on MacOS as there's some weird compilation issue and I have no MacOS to develop on
skip: true # [osx]

Expand All @@ -31,6 +31,8 @@ requirements:
- make
- m2-patch # [win]
- python
- openjdk =11
- maven

outputs:
- name: ray-all
Expand Down
1 change: 1 addition & 0 deletions recipe/yum_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ libselinux
libXdamage
libXxf86vm
libXext
unzip