From cc8c5ff9c587e9fbefea94b80873e5184a321953 Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 27 May 2019 18:56:35 +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 db219ef8977..af7da209e5c 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -24,7 +24,6 @@ patch_args="-Np1" build_options="static_llvm" if [ "$CROSS_BUILD" ]; then - broken="wait for native builds to finish" hostmakedepends+=" cargo llvm" # These are required for building the buildhost's stage0/1 hostmakedepends+=" libffi-devel libxml2-devel ncurses-devel zlib-devel"