Closed
Description
The linux-gcc
job is a bit overloaded: it actually runs the test suite twice. Once with regular options, and once after setting all kinds of GIT_TEST_*
options.
Since the running time is dominated by the test suite, not by the build, it would make more sense for those two runs to be run in parallel.
Therefore, let's split linux-gcc
into two: a regular one, and on with all the extra options.