Skip to content

Commit

Permalink
samples: philosophers: Disable networking
Browse files Browse the repository at this point in the history
When networking is selected, building the test
fails with:
error: static assertion failed: "Too many traffic classes"

Signed-off-by: Mateusz Holenko <[email protected]>
  • Loading branch information
mateusz-holenko authored and jukkar committed Dec 18, 2019
1 parent 7e014f6 commit 3cd0bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/philosophers/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ tests:
- CONFIG_NUM_PREEMPT_PRIORITIES=6
- CONFIG_NUM_COOP_PRIORITIES=0
- CONFIG_BT=n
- CONFIG_NETWORKING=n
sample.kernel.philosopher.coop_only:
extra_configs:
- CONFIG_NUM_PREEMPT_PRIORITIES=0
Expand Down

0 comments on commit 3cd0bf1

Please sign in to comment.