Skip to content

Conversation

@plbossart
Copy link
Member

Add Travis CI target so that we can catch 32/64 bits
earlier. Currently these errors are flagged after merging by the
kbuild bot, we can do better.

Signed-off-by: Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com

Add Travis CI target so that we can catch 32/64 bits
earlier. Currently these errors are flagged after merging by the
kbuild bot, we can do better.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
- make modules_prepare
- make -j`getconf _NPROCESSORS_ONLN` sound/
- make -j`getconf _NPROCESSORS_ONLN` drivers/soundwire/
- make -j`getconf _NPROCESSORS_ONLN`
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit1: cmd is basically deprecated, prefer $( ) https://github.com/koalaman/shellcheck/wiki/SC2006

Nit2: nproc seems more popular than getconf _NPROCESSORS_ONLN. It's shorter and can apparently return a lower value in some cases.

Copy link
Member Author

Choose a reason for hiding this comment

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

@marc-hb do you mind sending a follow-up patch? I don't speak bash fluently.

Copy link
Collaborator

Choose a reason for hiding this comment

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

do you mind sending a follow-up patch?

PR #2405

@plbossart plbossart merged commit 45eb713 into thesofproject:topic/sof-dev Aug 28, 2020
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.

2 participants