Skip to content

Commit 0a21b4d

Browse files
committed
examples/.../rust-gcoap: disable build on native for now
Until the bug is fixed
1 parent 28d294f commit 0a21b4d

File tree

1 file changed

+3
-0
lines changed
  • examples/lang_support/official/rust-gcoap

1 file changed

+3
-0
lines changed

examples/lang_support/official/rust-gcoap/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# name of your application
22
APPLICATION = rust_gcoap
33

4+
# TODO: Fix bug in docker image
5+
BOARD_BLACKLIST := native32 native64 native
6+
47
# The name of crate (as per Cargo.toml package name, but with '-' replaced with '_')
58
#
69
# The presence of this triggers building Rust code contained in this

0 commit comments

Comments
 (0)