Skip to content
Snippets Groups Projects
  • Yaroslav Lobankov's avatar
    715abaaf
    ci: fix RPM package builds on aarch64 runners · 715abaaf
    Yaroslav Lobankov authored
    We're using LXD containers as aarch64 runners. For some reason, OOM
    killer just kills the compilation process while package building when
    `make -j $(nproc)`. The issue happens only with builds where LTO is
    enabled. It's found, that `-j6` works fine. The bigger value causes
    problems.
    
    NO_DOC=ci
    NO_TEST=ci
    NO_CHANGELOG=ci
    715abaaf
    History
    ci: fix RPM package builds on aarch64 runners
    Yaroslav Lobankov authored
    We're using LXD containers as aarch64 runners. For some reason, OOM
    killer just kills the compilation process while package building when
    `make -j $(nproc)`. The issue happens only with builds where LTO is
    enabled. It's found, that `-j6` works fine. The bigger value causes
    problems.
    
    NO_DOC=ci
    NO_TEST=ci
    NO_CHANGELOG=ci