Skip to content

Commit 1f7f224

Browse files
committed
1 parent 6a83704 commit 1f7f224

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

recipe/build-core.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ echo %CONDA_PREFIX%
2727
python -c "import os; print('\n'.join(os.environ['PATH'].split(';')))"
2828
echo ----------
2929

30+
echo ==========================================================
31+
echo build java bindings
32+
echo ==========================================================
33+
bazel build //java:ray_java_pkg
34+
3035
echo ==========================================================
3136
echo calling pip to install
3237
echo ==========================================================

recipe/build-core.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ build --local_ram_resources=HOST_RAM*.8 --local_cpu_resources=2
3232
EOF
3333
fi
3434

35+
bazel build //java:ray_java_pkg
36+
3537
cd python/
3638
export SKIP_THIRDPARTY_INSTALL_CONDA_FORGE=1
3739

recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
3029
build:
31-
number: 0
32-
30+
number: 1
3331
# Need these up here for conda-smithy to handle them properly.
3432
requirements:
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

0 commit comments

Comments
 (0)