-
Notifications
You must be signed in to change notification settings - Fork 2
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
add a manylinux image for building X86_64 wheels #27
Conversation
@@ -0,0 +1,93 @@ | |||
#!/bin/bash |
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.
This file was exactly copied from https://github.com/guolinke/lightgbm-ci-docker/blob/master/dockers/ubuntu-14.04/start_azure.sh. I didn't change anything ini it.
Is this ready to merge? |
Thanks @guolinke ! I believe it's ready to merge, yes. I've been testing it on microsoft/LightGBM#5580 all jobs are successful there. Ideally I'd like @StrikerRUS 's opinion but I know he hasn't been able to spend much time on open source recently. I think we should merge this. |
* Update publish_image.yml * Create Dockerfile * Update Dockerfile * Update Dockerfile * Update publish_image.yml * Update Dockerfile * Update Dockerfile * [ci] update docker action versions * add a manylinux image for building X86_64 wheels (#27) * Trigger workflow for `dev2` branch * have GitHub Actions try building clang from source * comment out unnecessary jobs * minimize clang build * actually install after building * add gcc RPATH to clang * use clang11, build libc++ * add PoCL and Java * fix trailing slash * add remaining components and clean up * fix JAVA_HOME * java-devel * install sudo * set JAVA_HOME to a location with jni.h * save clang to figure out what is happening * switch to symlinks for libc++ * uncomment * add /usr/local/lib64 to LD_LIBRARY_PATH Co-authored-by: Nikita Titov <nekit94-08@mail.ru> * differentiate between builds in CI job names Co-authored-by: Nikita Titov <nekit94-08@mail.ru>
Working on microsoft/LightGBM#5514.
How I tested this
Ran the following, with environment variables based on https://github.com/microsoft/LightGBM/blob/master/.vsts-ci.yml.
For different combinations of
COMPILER
andTASK
.