Skip to content
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

Revert GitHub Actions Ubuntu 20.04 upgrade #507

Merged
merged 1 commit into from Jan 14, 2021
Merged

Conversation

troyready
Copy link
Contributor

This brings along newer glibc requirement in pyinstaller builds, breaking compatibility with Amazon Linux 2 (among others).

Included a premptive change to the macOS settings for the same issue.

Fixes #506

This brings along newer glibc requirement in pyinstaller builds,
breaking compatibility with Amazon Linux 2 (among others).

Included a premptive change to the macOS settings for the same issue.

Fixes #506
@troyready troyready self-assigned this Jan 14, 2021
@troyready troyready added bug Something isn't working priority:medium Medium priority issue or pull request labels Jan 14, 2021
@troyready
Copy link
Contributor Author

(in full transparency, this is almost entirely just find/replace on the values)

Copy link
Contributor

@ITProKyle ITProKyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like that should cover everything

@troyready troyready merged commit 44a5cff into master Jan 14, 2021
@troyready troyready deleted the bugfix/u1804_binary branch January 14, 2021 20:10
gasi added a commit to zoomhub/zoomhub that referenced this pull request Sep 8, 2021
Hoping this will lower the GLIBC requirement:
```
/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found
```

See: onicagroup/runway#507
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:medium Medium priority issue or pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Binary builds require glibc >= 2.29, breaking compatibility with older linux distros (e.g. Amazon Linux 2)
2 participants