From b93f0e1aa015afa7e67fb0552afb42a22185155b Mon Sep 17 00:00:00 2001 From: Johannes Date: Wed, 27 Mar 2019 14:35:11 +0100 Subject: [PATCH] rust: nocross until native builders finish --- srcpkgs/rust/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index 81bd9ab1609..b800b534c5a 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -25,6 +25,7 @@ patch_args="-Np1" build_options="internal_llvm" if [ "$CROSS_BUILD" ]; then + broken="Wait for native builds to complete" hostmakedepends+=" cargo $(vopt_if internal_llvm '' llvm)" # These are required for building the buildhost's stage0/1