From 42d37af3b88b089b50e3887848e06cb5f88935a4 Mon Sep 17 00:00:00 2001 From: Johannes Date: Wed, 30 Jan 2019 16:54:40 +0100 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 de98cadc9ee..1363b7f96e5 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