ci: use ubuntu docker container to build linux releases#1835
Merged
Conversation
Switch back to Ubuntu 18.04 for building linux releases. This allows for running these on older systems that do not provide GLIBC_2.29. fix LuaLS#1828
Contributor
Author
|
Feel free to change this or use another solution. I've only tested the Tested on an Ubuntu 18:04 vagrant box Test with the 3.6.6 release (which gives the "GLIBC_2.29' not found" error) Test with the |
Collaborator
|
Thank you! |
Collaborator
|
Could you please open a similar PR to https://github.com/sumneko/vscode-lua/blob/master/.github/workflows/build.yml ? |
Contributor
Author
|
Sure, no problem, I'll look into it later today. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switch back to Ubuntu 18.04 for building linux releases. This allows for running these on older systems that do not provide GLIBC_2.29.
fix #1828