-
Notifications
You must be signed in to change notification settings - Fork 1
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
NH-28860 liboboe 12 and manylinux_2_28 #107
Conversation
Draft until tox lint/format pass again. |
image: python:3.7-alpine3.12 | ||
options: --hostname py3.7-alpine3.12 | ||
steps: | ||
- uses: actions/checkout@v2 |
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.
Might be worth changing all the actions/checkout
to v3
since v2
uses Node 12 which has been deprecated by GitHub
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.
Changes
Special Notes
solarwinds-apm
from wheels because its glibc version (2.26) is older thanmanulinux_2_28
glibc version (2.28). It must install from sdist, like Alpine.rw
permissions to/workspace
mount.Testing
Published to TestPyPI as 0.6.0.13: https://test.pypi.org/project/solarwinds-apm/0.6.0.13/.
Install-from-TestPyPI tests pass with these example traces exported:
SWO
AO
Please let me know if any questions/comments!