From 7bd3c646338b2c34078379c22efc8787e1077afc Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 9 Jul 2019 20:20:38 +0200 Subject: [PATCH] rust: trigger cross-builds --- srcpkgs/rust/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index e0e260f8439..45ad7d98411 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -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"