From 9a13b0eac0ec6c2ef192e1aab1cb4b8dedd63dbe Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 16 Oct 2018 23:48:57 +0200 Subject: [PATCH] rust: set cross builds temporary as broken --- srcpkgs/rust/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index 248d01f33f9..c9e1f6990f9 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -22,6 +22,7 @@ distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz" checksum=5088e796aa2e47478cdf41e7243fc5443fafab0a7c70a11423e57c80c04167c9 if [ "$CROSS_BUILD" ]; then + broken="native builds need to finish first" hostmakedepends+=" cargo llvm" # These are required for building the buildhost's stage0/1