rust: trigger cross builds
This commit is contained in:
parent
3965e0b370
commit
fe35e8e7a7
|
@ -22,9 +22,6 @@ distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz"
|
|||
checksum=9ad54dc0baf1db5fc6a79d54e71c439c82aff85cd96778978456f2958211ef06
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
||||
broken="build non-cross first"
|
||||
|
||||
hostmakedepends+=" cargo llvm"
|
||||
|
||||
# These are required for building the buildhost's stage0/1
|
||||
|
|
Loading…
Reference in New Issue