mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 12:30:35 +00:00
assume native compilation if target_os is not "none" to allow non-x86 hosts to run tests
This commit is contained in:
parent
e33646c189
commit
2bee731ed1
@ -27,7 +27,7 @@ mpmc_large = []
|
||||
# This flag has no version guarantee, the `defmt` dependency can be updated in a patch release
|
||||
defmt-impl = ["defmt"]
|
||||
|
||||
[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dev-dependencies]
|
||||
[target.'cfg(not(target_os = "none"))'.dev-dependencies]
|
||||
scoped_threadpool = "0.1.8"
|
||||
|
||||
[target.thumbv6m-none-eabi.dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user