-
-
Notifications
You must be signed in to change notification settings - Fork 181
Use CMake ProcessorCount in CI #1944
Copy link
Copy link
Open
Labels
buildsThis affects the build process or release artifactsThis affects the build process or release artifactsmetaThis isn't related to the tools directly: repo organization, maintainership...This isn't related to the tools directly: repo organization, maintainership...testsThis affects the test suiteThis affects the test suite
Milestone
Metadata
Metadata
Assignees
Labels
buildsThis affects the build process or release artifactsThis affects the build process or release artifactsmetaThis isn't related to the tools directly: repo organization, maintainership...This isn't related to the tools directly: repo organization, maintainership...testsThis affects the test suiteThis affects the test suite
We currently hard-code a process count for some
-jflags, which would be better if it adapted to the number of host CPU cores. (Follow-up to #1931 (review).)