-
Notifications
You must be signed in to change notification settings - Fork 217
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
Prebuilt packages compatible with older OS #888
Comments
I have tried to use a docker image with Ubuntu 16.04 to build k2 with GitHub actions but it is failed with the following error message and I have no idea how to fix it.
The error log can be found by visiting https://github.com/csukuangfj/k2/actions/workflows/build_conda_cpu_ubuntu.yml |
That is weird, it looks like you’re trying to copy a directory into a sub-directory within that directory. Maybe there are some env vars or docker args related to workdir path that could be changed to amend this. But I never built any anaconda package so I wouldn’t know what they are.. |
I will try to fix it. |
Thanks! |
We’re facing some issues with pip and conda installed k2 packages on the CLSP grid since the GitHub actions CI upgraded Ubuntu to 18.04. The issue is that our Debian 4.9 system has glibc version older than 2.27. Could you prebuild and upload the packages for older systems like this? I can provide more info if needed.
The text was updated successfully, but these errors were encountered: