Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Clean up CI for JVM packages #10982

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

hcho3
Copy link
Collaborator

@hcho3 hcho3 commented Nov 5, 2024

Closes #10879

  • Properly handle shaded JARs
  • Remove xgboost4j-tester
  • Remove unused Maven profiles

TODO: Update the CI pipelines to deploy the shared JARs (xgboost4j-spark / xgboost4j-spark-gpu)

New workflow:

  1. mvn deploy -Pdefault,release-to-s3, to deploy all CPU packages (xgboost4j, xgboost4j-example, xgboost4j-spark, xgboost4j-flink).
  2. mvn clean to clean all artifacts
  3. mvn install -Pgpu, to build xgboost4j and xgboost4j-spark-gpu with CUDA enabled and to install them locally.
  4. mvn deploy -Pgpu,release-to-s3 -pl xgboost4j-spark-gpu to deploy xgboost4j-spark-gpu only.

- Properly handle shaded JARs
- Remove xgboost4j-tester
- Remove unused Maven profiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[jvm packages] xgboost4j.jar is containing the libxgboost4j.so which is compiled with CUDA
1 participant