rust: disable cross builds
This commit is contained in:
parent
eaea45593f
commit
38cece3ce2
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ patch_args="-Np1"
|
|||
build_options="static_llvm"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
broken="wait for native builds to finish"
|
||||
hostmakedepends+=" cargo llvm"
|
||||
# These are required for building the buildhost's stage0/1
|
||||
hostmakedepends+=" libffi-devel libxml2-devel ncurses-devel zlib-devel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue