-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
[CI] Test building for 32-bit arch #10021
Conversation
This reverts commit c652bc6.
Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on the 32-bit build!
We will probably need to have some follow-up PRs for running some basic tests in C++, but there is no need to rush. Feel free to merge as you see fit.
@hcho3 Thank you very much for working on this! @trivialfis Will this be included into the next CRAN release? (I recall I could not simply apply patches from the master onto R package code.) |
Probably not, since we are already having trouble uploading XGBoost 2.0 to CRAN. We are currently discussing next steps, see #9810. |
@hcho3 Thanks, then I can set it up manually with cloning the repo to run tests. (I need Macports environment for |
Closes #8964
Closes #10015
docker/build-push-action
, which massively simplifies caching of Docker containers. It transparently uses GitHub's built-in caching feature to cache containers.