From 6b84325aa122e45725f1cec26061ae6a5fb9da57 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 2 Nov 2018 17:47:25 +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 fb0b50c5e3..f19fd14806 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -22,7 +22,6 @@ distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz" checksum=cd0ba83fcca55b64c0c9f23130fe731dfc1882b73ae21bef96be8f2362c108ee if [ "$CROSS_BUILD" ]; then - broken="build native compilers first" hostmakedepends+=" cargo llvm" # These are required for building the buildhost's stage0/1