Skip to content

fix/ci: limit parallize build

Darryl Green requested to merge github/fork/leandro-arm/master into master

Created by: leandro-arm

This patch limits parallize build features in order to reduce memory footprint and CPU resources needed to run this test. It also reduces the number of simultaneous builds performed. It only builds one product at a time.

Piped stdout stream is removed and stderr stream is directly printed instead of being piped, this reduces the memory footprint.

Signed-off-by: Leandro Belli leandro.belli@arm.com Change-Id: I2b0d8b0dc0021b3f554a45f700307b719f212bb0

Merge request reports