You are not logged in.
I'm having quite the same iusse as described here[0].
Alas I have no idea how to disable tests by reading the manpage of makepkg.conf. Grepping the manpage for 'test' returns nil.
So how can I disable those tests entirely?
Offline
So how can I disable those tests entirely?
Do you mean check() function in PKGBUILD?
BUILDENV=(!distcc !color !ccache check !sign)
...
check
Run the check() function if present in the PKGBUILD. This can be enabled or disabled for individual packages through the use of makepkg’s --check and --nocheck options, respectively.
Offline
I highly recommend you build those test even if they take a long time. Or at least keep the old version around. Having a broken compiler prevents building a new compiler!
Offline
… or ends up building broken binaries that crash for weird reasons you don't understand.
("Fixing" gcc is actually easy by installing the repo version)
Offline
Ok, got the message :-)
Offline