You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up with #6630 (comment). Currently, we already run our CI on GitHub Actions which builds and tests XGBoost4J for the Windows platform. The byproduct xgboost4j.dll should be uploaded to a S3 bucket, so that later we can include it in the official Maven JAR release.
I did check the Windows build over the weekend, and adding the jar is sufficient to make the single node tests pass. I'm not sure if it's worth making xgboost4j-spark check it's platform and intentionally fail if it's Windows, as the tests do not pass there.
I can also confirm that adding the windows dll to the jar is sufficient. Would be great if the windows dll could be finally integrated by default. Thank you! :)
Following up with #6630 (comment). Currently, we already run our CI on GitHub Actions which builds and tests XGBoost4J for the Windows platform. The byproduct
xgboost4j.dll
should be uploaded to a S3 bucket, so that later we can include it in the official Maven JAR release.cc @Craigacp
The text was updated successfully, but these errors were encountered: