ci: stop hard coding number of jobs for make
authorVincent Fu <vincent.fu@samsung.com>
Thu, 18 Jan 2024 17:20:29 +0000 (12:20 -0500)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 18 Jan 2024 18:00:31 +0000 (13:00 -0500)
commitaa84b5ba581add84ce6e73b20ca0fbd04f6058c8
treebbfb373dee180eef32b411b9f8f1347940015f3f
parent9eefdcc1dd820a936684168468fa9c81960ea461
ci: stop hard coding number of jobs for make

GitHub increased the number of CPUs in its GitHub-hosted runners from
two to four for Linux and Windows. macOS remains at two CPUs. Stop
hard-coding the number of CPUs when we build fio and detect the number
at runtime.

https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
ci/actions-build.sh