Skip to content

PARALLEL_MAKE default to core count #105

Description

@mdavidsaver

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.

ci-scripts/cue.py

Lines 154 to 156 in 4e4f33e

ci['parallel_make'] = 2
if 'PARALLEL_MAKE' in os.environ:
ci['parallel_make'] = int(os.environ['PARALLEL_MAKE'])

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions