File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ echo %CONDA_PREFIX%
2727python -c " import os; print('\n'.join(os.environ['PATH'].split(';')))"
2828echo ----------
2929
30+ echo ==========================================================
31+ echo build java bindings
32+ echo ==========================================================
33+ bazel build //java:ray_java_pkg
34+
3035echo ==========================================================
3136echo calling pip to install
3237echo ==========================================================
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ build --local_ram_resources=HOST_RAM*.8 --local_cpu_resources=2
3232EOF
3333fi
3434
35+ bazel build //java:ray_java_pkg
36+
3537cd python/
3638export SKIP_THIRDPARTY_INSTALL_CONDA_FORGE=1
3739
Original file line number Diff line number Diff line change @@ -26,10 +26,8 @@ source:
2626 - patches/0010-add-missing-include.patch
2727 # Patch bundled fmtlib/fmt in spdlog for char8_type which is invalid on macOS
2828 - patches/0011-patch-bundled-fmt-in-spdlog-for-invalid-char8_type.patch
29-
3029build :
31- number : 0
32-
30+ number : 1
3331# Need these up here for conda-smithy to handle them properly.
3432requirements :
3533 build :
@@ -86,12 +84,14 @@ outputs:
8684 - python
8785 - setproctitle >=1.2.2,<1.4
8886 - cross-python_{{ target_platform }} # [build_platform != target_platform]
87+ - openjdk =11
88+ - maven
89+ - unzip
8990 host :
9091 - python
9192 - pip
9293 - packaging
9394 - libgrpc
94- - openjdk =11
9595 - setuptools
9696 run :
9797 - python
You can’t perform that action at this time.
0 commit comments