Skip to content

Conversation

@emasab
Copy link
Contributor

@emasab emasab commented Dec 11, 2023

or for using latest security fixes with linux packages

@emasab emasab requested a review from a team as a code owner December 11, 2023 11:45
@emasab emasab force-pushed the feature/dev-dynamic-build branch from 888f6cb to a04ddd0 Compare December 11, 2023 11:48
],
"action": [
"make", "-C", "librdkafka", "libs", "install"
"make", "-j5", "-C", "librdkafka", "libs", "install"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this for for developer local work, we can just use -j without a number

Suggested change
"make", "-j5", "-C", "librdkafka", "libs", "install"
"make", "-j", "-C", "librdkafka", "libs", "install"

@milindl milindl merged commit af5b907 into master Dec 12, 2023
@milindl milindl deleted the feature/dev-dynamic-build branch December 12, 2023 10:08
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.

3 participants