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

Commits on Sep 19, 2024

  1. base: Install libc6-dbg:i386

    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 <[email protected]>
    aescolar committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    025c86b View commit details
    Browse the repository at this point in the history