mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-04-27 18:35:32 +00:00
MailboxDriver: fix debug build breakage
Need to disable camkes support in kata-os-common to avoid dragging in refs to SELF_CNODE_* symbols. Change-Id: I58fc07e79a7cf438342433ef8a8f99a49561392b GitOrigin-RevId: 6bc8bdd0332197c5191617c7c67d4a425d4a9844
This commit is contained in:
parent
186ad6adc3
commit
3d0a31f7b4
@ -21,7 +21,7 @@ edition = "2018"
|
||||
default = []
|
||||
|
||||
[dependencies]
|
||||
kata-os-common = { path = "../../kata-os-common" }
|
||||
kata-os-common = { path = "../../kata-os-common", default-features = false }
|
||||
log = { version = "0.4", features = ["release_max_level_info"] }
|
||||
cty = "0.2.1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user