]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Limit the number of concurrent build jobs to 4 on CI 15461/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 24 Apr 2025 08:45:56 +0000 (10:45 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 24 Apr 2025 08:45:56 +0000 (10:45 +0200)
commitfdfb2b80a695554b1aa93f38554e75382b8b6940
treed7e275f83540dbf7a29167dfb24724649a54b10c
parent7e91a08d9abf0684607b27993aa9b939edf6d5bd
dnsdist: Limit the number of concurrent build jobs to 4 on CI

We are experiencing a lot of build failures on GH actions when
building with `meson` and `ASAN+UBSAN`, likely running out of
memory. We could try to be smarter and only reduce the concurrency
when building with `ASAN+UBSAN`, but for now let's see if it makes
the failures go away.
tasks.py