fix(ci): do not use file descriptor 6
FD 6 doesn't capture logs properly, especially when trying to build
things in parallel. It is also not entirely necessary.
Always print status messages to FD 5 and always print verbose logs to
stdout/stderr. Then it's as simple as redirecting each job's output to a
console file on parallel runs and FD 5 on single runs and everything
works perfectly without having to complicate things with more file
descriptors.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: If1a8b375107cdce603881583383ac49123bac664
1 file changed