You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.