Skip to content

Commit

Permalink
Update cudf JNI version to 22.12.0-SNAPSHOT (#11764)
Browse files Browse the repository at this point in the history
Update JNI version to 22.12.0-SNAPSHOT

Authors:
  - Peixin (https://github.com/pxLi)

Approvers:
  - Nghia Truong (https://github.com/ttnghia)
  - Robert (Bobby) Evans (https://github.com/revans2)

URL: #11764
  • Loading branch information
pxLi authored Oct 4, 2022
1 parent 5e42c2d commit 7d173c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions java/ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ nvidia-docker run -it cudf-build:11.5.0-devel-centos7 bash
You can download the cuDF repo in the docker container or you can mount it into the container.
Here I choose to download again in the container.
```bash
git clone --recursive https://github.com/rapidsai/cudf.git -b branch-22.10
git clone --recursive https://github.com/rapidsai/cudf.git -b branch-22.12
```

### Build cuDF jar with devtoolset
Expand All @@ -47,5 +47,5 @@ scl enable devtoolset-9 "java/ci/build-in-docker.sh"

### The output

You can find the cuDF jar in java/target/ like cudf-22.10.0-SNAPSHOT-cuda11.jar.
You can find the cuDF jar in java/target/ like cudf-22.12.0-SNAPSHOT-cuda11.jar.

2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>ai.rapids</groupId>
<artifactId>cudf</artifactId>
<version>22.10.0-SNAPSHOT</version>
<version>22.12.0-SNAPSHOT</version>

<name>cudfjni</name>
<description>
Expand Down

0 comments on commit 7d173c9

Please sign in to comment.