Skip to content
Snippets Groups Projects
  • Virgile Prevosto's avatar
    18bd01a1
    [ci] remove unused .so from pathcrawler before patching elf files · 18bd01a1
    Virgile Prevosto authored
    It turns out that in newer nixpkgs version the (very outdated)
    dependencies of these dynamic libraries do not exist anymore, leading
    autoPatchelf to fail. Fortunately, since the CI server use the x86_64
    versions that look for newer dependencies, we can simply remove the
    offending files. This begs the question of whether these .so are
    actually used in some configuration, though.
    18bd01a1
    History
    [ci] remove unused .so from pathcrawler before patching elf files
    Virgile Prevosto authored
    It turns out that in newer nixpkgs version the (very outdated)
    dependencies of these dynamic libraries do not exist anymore, leading
    autoPatchelf to fail. Fortunately, since the CI server use the x86_64
    versions that look for newer dependencies, we can simply remove the
    offending files. This begs the question of whether these .so are
    actually used in some configuration, though.