diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 390fa148737..3c19bb65193 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -183,6 +183,16 @@ flag if cross-compilation is required. mvn clean verify -Dbuildver=330 -P ``` +### Building and Testing with ARM + +To build our project on ARM platform, please add `-Parm64` to your Maven commands. +NOTE: Build process does not require an ARM machine, so if you want to build the artifacts only +on X86 machine, please also add `-DskipTests` in commands. + +```bash +mvn clean verify -Dbuildver=311 -Parm64 +``` + ### Iterative development during local testing When iterating on changes impacting the `dist` module artifact directly or via diff --git a/README.md b/README.md index 3713bf599a2..46d846aa9c2 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ as a `provided` dependency. com.nvidia rapids-4-spark_2.12 - 23.10.0-SNAPSHOT + 23.12.0-SNAPSHOT provided ``` diff --git a/aggregator/pom.xml b/aggregator/pom.xml index 12cf62e6954..ac7b4efc180 100644 --- a/aggregator/pom.xml +++ b/aggregator/pom.xml @@ -22,12 +22,12 @@ com.nvidia rapids-4-spark-parent - 23.10.0-SNAPSHOT + 23.12.0-SNAPSHOT rapids-4-spark-aggregator_2.12 RAPIDS Accelerator for Apache Spark Aggregator Creates an aggregated shaded package of the RAPIDS plugin for Apache Spark - 23.10.0-SNAPSHOT + 23.12.0-SNAPSHOT