Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit b1cbe35

Browse files
committed
Update conda build env to openjdk 20
1 parent 46b85ee commit b1cbe35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

omniscidb/scripts/mapd-deps-conda-dev-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- pyarrow 11.0
2222
- pandas 1.5.3
2323
- llvmdev 15.*
24-
- openjdk 17.*
24+
- openjdk 20.*
2525
- cmake
2626
- tbb-devel
2727
- cython

omniscidb/scripts/mapd-deps-conda-windows-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- pyarrow 11.0
2020
- pandas 1.5.3
2121
- llvmdev 14.*
22-
- openjdk 17.*
22+
- openjdk 20.*
2323
- tbb-devel
2424
- cython
2525
- make

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ outputs:
9393
- arrow-cpp-proc {{ arrow_proc_version }} {{ build_ext }}
9494
- pyarrow ={{ arrow_version }}=*{{ build_ext }}
9595
- python
96-
- openjdk 17.*
96+
- openjdk 20.*
9797
- zlib
9898
- tbb
9999
- boost-cpp

0 commit comments

Comments
 (0)