-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
It looks like GHA changed their build environment at some point. As I read it, runners now get 4 cores.
python 3.4 added os.cpu_count(), which could provide a dynamic default.
Lines 154 to 156 in 4e4f33e
| ci['parallel_make'] = 2 | |
| if 'PARALLEL_MAKE' in os.environ: | |
| ci['parallel_make'] = int(os.environ['PARALLEL_MAKE']) |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request