From 38cece3ce2a6930e01e1edf5e9e6b417ce226f4d Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 27 May 2019 18:13:31 +0200 Subject: [PATCH] rust: disable cross builds --- srcpkgs/rust/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index af7da209e5c..db219ef8977 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -24,6 +24,7 @@ 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"