Commit d2dd9f0
fix(ci): register arbiter module via ZEPHYR_EXTRA_MODULES; drop ZTEST_NEW_API
- ZEPHYR_EXTRA_MODULES=\/app tells Zephyr CMake to load
arbiter's Kconfig and cmake files from the checked-out module path,
fixing 'undefined symbol ARBITER'
- Remove CONFIG_ZTEST_NEW_API=y from test_arbiter_blob and test_arbiter_eval
prj.conf; symbol was removed in Zephyr v4.x (new API is now the default)
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent 3c43a4f commit d2dd9f0
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
0 commit comments