mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-26 04:30:23 +00:00
a20b0669bc
During the build meson attempts to distribute the workload of multiple sub-projects across all available CPUs and parallelize each build within those projects, resulting in an NxN task generation. This process could potentially overload the CI systems, leading to potential failures (see for example issue #202). To mitigate this, always use --jobs=1 during the CI run, which serializes the build of sub-projects and restricts the level of parallelization to N. Signed-off-by: Andrea Righi <andrea.righi@canonical.com> |
||
---|---|---|
.. | ||
build-scheds.yml |