Skip to content

gitlab-ci: Parallelize steps by splitting each in its own job

Emanuele Aina requested to merge wip/em/split-jobs into apertis/v2021dev2

Rather than building gcc, binutils, gdb and libc in a single, sequential job, build them in separate, parallel jobs.

Merge request reports