Skip to content
Open
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
2 changes: 2 additions & 0 deletions recipe/build-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ build --local_ram_resources=HOST_RAM*.8 --local_cpu_resources=2
EOF
fi

bazel build //java:ray_java_pkg

cd python/
export SKIP_THIRDPARTY_INSTALL_CONDA_FORGE=1

Expand Down
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ source:
- patches/0009-patch-bundled-fmt-in-spdlog-for-invalid-char8_type.patch

build:
number: 0

number: 1
# Need these up here for conda-smithy to handle them properly.
requirements:
build:
Expand Down Expand Up @@ -83,12 +82,14 @@ outputs:
- python
- setproctitle >=1.2.2,<1.4
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- openjdk =11 # [not win]
- maven # [not win]
- unzip # [not win]
host:
- python
- pip
- packaging
- libgrpc
- openjdk =11
- setuptools
run:
- python
Expand Down