Skip to content

Commit

Permalink
lang/rust: Disable DOCS to fix build on armv6/7
Browse files Browse the repository at this point in the history
PR:		256135
Approved by:	mikael
  • Loading branch information
brd committed Jun 10, 2021
1 parent 767951a commit eea42d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/rust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ CONFLICTS_INSTALL?= rust-nightly

OPTIONS_DEFINE= DOCS GDB SOURCES WASM
OPTIONS_DEFAULT= SOURCES WASM
OPTIONS_EXCLUDE_armv6= DOCS
OPTIONS_EXCLUDE_armv7= DOCS

GDB_DESC= Install ports gdb (necessary for debugging rust programs)
SOURCES_DESC= Install source files
Expand Down

0 comments on commit eea42d6

Please sign in to comment.