-
Notifications
You must be signed in to change notification settings - Fork 684
Closed
Labels
enhancementAn improvementAn improvementinfrastructureRelated to GH Actions or the tested targetsRelated to GH Actions or the tested targetsminor
Milestone
Description
Hello.
Currently, prerequisites.sh uses 'make -j' to build cppcheck and vera++.
This can be too resource consuming.
To give control about the make options, we can pass "-j" flag in make command line only if it is passed to make instance, calling the script (MAKEFLAGS environment variable, created by make, can be used for this).
Metadata
Metadata
Assignees
Labels
enhancementAn improvementAn improvementinfrastructureRelated to GH Actions or the tested targetsRelated to GH Actions or the tested targetsminor