rust: trigger cross-builds

This commit is contained in:
Johannes 2019-07-09 20:20:38 +02:00
parent fa4de5dd3a
commit 7bd3c64633

View file

@ -25,7 +25,6 @@ build_options="static_llvm"
_bootstrap_dir="stage0-bootstrap"
if [ "$CROSS_BUILD" ]; then
broken="update on native arches first"
hostmakedepends+=" cargo llvm"
# These are required for building the buildhost's stage0/1
hostmakedepends+=" libffi-devel libxml2-devel ncurses-devel zlib-devel"