The --mflags "--nocheck"
did not work and the check()
step failed because of some tests.
To fix it, edit the PKGBUILD and replace the contents of check() { ... }
with just check() { echo "hi" }
(if using yay, pass in --editmenu
and select to edit the PKGBUILD once asked)
Pinned Comments
relrel commented on 2020-10-30 11:56
Recommendations
Before installing this package, install
depot-tools-git
and follow its instructions.To speed-up compilation, build on tmpfs and disable tests:
Or using
yay
: