Skip to content

Commit 6708310

Browse files
yhori991mattip
authored andcommitted
Remove Java support on Windows
1 parent 76e598e commit 6708310

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

recipe/build-core.bat

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ 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-
3530
echo ==========================================================
3631
echo calling pip to install
3732
echo ==========================================================

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ outputs:
8484
- python
8585
- setproctitle >=1.2.2,<1.4
8686
- cross-python_{{ target_platform }} # [build_platform != target_platform]
87-
- openjdk =11
88-
- maven
89-
- unzip
87+
- openjdk =11 # [not win]
88+
- maven # [not win]
89+
- unzip # [not win]
9090
host:
9191
- python
9292
- pip

0 commit comments

Comments
 (0)