rust: set cross builds temporary as broken
This commit is contained in:
parent
fdbf65a145
commit
9a13b0eac0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue