From 802d34e201d3abb66e893329dd39b71bf359d711 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 12 Apr 2019 12:54:13 +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 f4d430b2dd2..d46ef451a0b 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -25,7 +25,6 @@ patch_args="-Np1" build_options="internal_llvm" if [ "$CROSS_BUILD" ]; then - broken="build host rustc first" hostmakedepends+=" cargo $(vopt_if internal_llvm '' llvm)" # These are required for building the buildhost's stage0/1