Running all the tests from check()
can take a lot of time and require quite a lot of memory (specially when using -j$(nproc)
).
You can build the package without running the tests with makepkg --nocheck
, or if you prefer to build on a clean env, use e.g. extra-x86_64-build -- -- --nocheck
from devtools.
Pinned Comments
iyanmv commented on 2024-01-17 22:19 (UTC) (edited on 2024-01-17 22:20 (UTC) by iyanmv)
Running all the tests from
check()
can take a lot of time and require quite a lot of memory (specially when using-j$(nproc)
).You can build the package without running the tests with
makepkg --nocheck
, or if you prefer to build on a clean env, use e.g.extra-x86_64-build -- -- --nocheck
from devtools.