UNCLASSIFIED - NO CUI

Skip to content

Added MAKEFLAGS argument into pipeline1 build stage

Joshua Spivey requested to merge test_multithreading into master

Description: Added MAKEFLAGS argument into pipeline1 build stage

This change is implementing the MAKEFLAG environment variable to set up make to use multiple build jobs. This will directly improve the build speed of the containers that are building software from source utilizing the "make" application within their docker build script.

Risk

Low Risk, single environment variable change into the build stage of pipeline1. These variables are limited to the build stage's build job and not sent into any further stages.

Rollback Plan

Remove the changed line in build-args.json file that lists the MAKEFLAGS argument.

Testing

A test run of pipeline1 utilizing these changes would allow for verification of improvement in the speed of the build pipeline. Very low likelihood of breaking change due to these changes.

Edited by Joshua Spivey

Merge request reports