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

Use the vanilla Alpine image instead of the python-based one #313

Merged
merged 1 commit into from
Feb 4, 2023

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Feb 4, 2023

The Python-based alpine image downloads and builds a Python executable
without symbols. This causes several tests to fail because we cannot
leverage the python3-dbgpackage that contains symbols for the
interpreter.

To fix this, use the vanilla Alpine docker image and also install the
python3-dbg package so we always have symbols available.

@pablogsal pablogsal force-pushed the the_thing branch 4 times, most recently from 090ba8b to 4c85295 Compare February 4, 2023 20:40
@pablogsal pablogsal changed the title Add python3-dbg to the Alpine test step Use the vanilla Alpine image instead of the python-based one Feb 4, 2023
The Python-based alpine image downloads and builds a Python executable
without symbols. This causes several tests to fail because we cannot
leverage the `python3-dbg`package that contains symbols for the
interpreter.

To fix this, use the vanilla Alpine docker image and also install the
`python3-dbg` package so we always have symbols available.

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Copy link
Contributor

@godlygeek godlygeek left a comment

Choose a reason for hiding this comment

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

LGTM

@godlygeek godlygeek merged commit 71253ba into bloomberg:main Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants