You are not logged in.

#1 2021-03-03 03:50:21

Danny_Parker
Member
Registered: 2019-07-22
Posts: 4

gcc-git tests are extremely slow

I'm using yay to download gcc-git. GCC was initially compiling very slowly, I changed my make flags in makepkgs.conf to

MAKEFLAGS="-j8"

The actual C code now compiles quick (~20-30 mins), but the tests (In gcc.c-torture) have been going for 15 hours now.
I've had a look at the gcc makefile and it seems the tests should be getting run in parallel, but this doesn't seem to be the case.
Is there a way of disabling these tests entirely? I'm not doing compiler dev, I just want gcc-trunk for module support in C++.

Offline

#2 2021-03-03 06:15:52

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: gcc-git tests are extremely slow

"man makepkg"

Offline

#3 2021-03-03 06:57:09

Danny_Parker
Member
Registered: 2019-07-22
Posts: 4

Re: gcc-git tests are extremely slow

Allan wrote:

"man makepkg"

Thankyou.

Offline

Board footer

Powered by FluxBB