From f2b49f910d5e97b143ec19e239985cdb74681aca Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 9 Jun 2020 21:18:42 +0200 Subject: [PATCH] rust: nocross for now [ci skip] --- srcpkgs/rust/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index cba2feba4d..b73e6da319 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="7e2e64cb298dd5d5aea52eafe943ba0458fa82f2987fdcda1ff6f537b6f88473" lib32disabled=yes patch_args="-Np1" +nocross="build native targets first" build_options="bindist" desc_option_bindist="Generate tarballs for bootstrap"