Skip to content
  • Allan McRae's avatar
    Gitlab CI: Install glibc-debug valgrind test · d1e95c4e
    Allan McRae authored
    
    
    Currently our gitlab CI is failing due to valgrind breakage. With
    Arch stripping glibc, valgrind now requires debuginfod to be active.
    However the gitlab CI system combined without our testsuite does not
    retrieve these symbols, even when the appropriate environmental
    variable is set.
    
    Work around this by installing the glibc-debug package directly
    using a slight kludge...  All blame for this approach is assigned
    to foutrelis!
    
    Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
    d1e95c4e
Validating GitLab CI configuration… Learn more