Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the --parallel build option in CI workflows #2004

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

ahesham-arm
Copy link
Contributor

Instead of selecting an arbitrary number for the number of parallel build jobs, use CMake's --parallel option instead.

Option was introduced in version 3.12, GitHub runners currently use CMake version 3.29.6 so this is supported.

Fixes #2003

Instead of selecting an arbitrary number for the number of parallel
build jobs, use CMake's `--parallel` option instead.

Option was introduced in version 3.12, GitHub runners currently use
CMake version 3.29.6 so this is supported.

Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com>
@bashbaug
Copy link
Contributor

bashbaug commented Jul 9, 2024

Merging as discussed in the July 9th teleconference.

@bashbaug bashbaug merged commit 1858922 into KhronosGroup:main Jul 9, 2024
7 checks passed
@ahesham-arm ahesham-arm deleted the ci_cmake_parallel branch July 9, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI should not limit the number of jobs that CMake uses for building
3 participants