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

base: Install libc6-dbg:i386 #200

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

aescolar
Copy link
Member

@aescolar aescolar commented Sep 19, 2024

In tests, users may see a segfault in CI which they may not be able to reproduce locally (due to having a different OS).
A user may try to get more info in CI by running that test with valgrind. But for valgrind to run with 32bit targets we need libc6-dbg:i386 installed.
So let's install it by default so it is ready for users.

In tests, users may see a segfault in CI which they may not be able to
reproduce locally (due to having a different OS).
A user may try to get more info in the CI by running the test with
valgrind. But for valgrind to run with 32bit targets we need
libc6-dbg:i386 installed.
So let's install it by default so it is ready for users.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
@Thalley
Copy link

Thalley commented Sep 19, 2024

PR run in question where I tried to run with valgrind: https://github.com/zephyrproject-rtos/zephyr/actions/runs/10936393790/job/30359957576

@aescolar
Copy link
Member Author

@stephanosio don't forget this one :)

@stephanosio stephanosio merged commit 8bbb8cf into zephyrproject-rtos:main Sep 24, 2024
3 checks passed
@aescolar aescolar deleted the valgrind branch October 1, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants