Fix compilation of Xgboost on WoA#11559
Conversation
trivialfis
left a comment
There was a problem hiding this comment.
Thank you for the fix! Will merge once we can restore the CI.
|
Welcome :) , Additionally I would like to contribute to add support for xgboost python wheels on WoA. @trivialfis your guidance would be high appreciated to make xgboost available for this growing platform |
|
Thank you for working on Windows on ARM. Yeah, I would like to get one of those one day. In the meantime, I will ping @hcho3 for CI work regarding packaging. I'm not familiar with the Windows CI pipeline. |
|
@lowkeyrossi I believe GitHub Actions now provide free minutes for Windows ARM builds. Would you be interested in submitting a draft pull request to build and test XGBoost on Windows ARM using GitHub Actions? I plan to build on your pull request to set up automated builds for Python wheels. |
|
Is it fine to create a separate workflow file for building XGBoost python wheels on Windows arm64 runner? |
|
Yes, please create a separate workflow |
…, #11597, #11559) (#11599) * Add support for building xgboost wheels on Win-ARM64 (#11572) * Add support for building xgboost wheels on Win-ARM64 * Add CI support for building xgboost wheels for WoA * Fix wheel upload with WoA (#11597) * [WIP] Debug wheel build with WoA * Add back conditional * Fix compilation on WoA (#11559) --------- Co-authored-by: newyork_loki <[email protected]>
PR Description: