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

Set CMAKE_BUILD_PARALLEL_LEVEL so that NUM_THREADS gets passed to the arrow build in CI #1764

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

benjaminwinger
Copy link
Collaborator

I realised that moving the arrow build in #1752 into the configure step means that it no longer respects the number of threads set in CI. However, the number of threads used can also be configured via the CMAKE_BUILD_PARALLEL_LEVEL environment variable, so I've set up the makefile to set that based on the value of NUM_THREADS.

… arrow build in CI

This should also be more portable in the rust build than NUM_JOBS
@codecov
Copy link

codecov bot commented Jul 5, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (a129767) 91.17% compared to head (11376c8) 91.17%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1764      +/-   ##
==========================================
- Coverage   91.17%   91.17%   -0.01%     
==========================================
  Files         769      769              
  Lines       28177    28177              
==========================================
- Hits        25690    25689       -1     
- Misses       2487     2488       +1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mewim mewim merged commit ca3128e into master Jul 5, 2023
9 checks passed
@mewim mewim deleted the arrow-build-jobs branch July 5, 2023 23:47
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.

None yet

2 participants