diff --git a/recipes-devtools/rust/rust.inc b/recipes-devtools/rust/rust.inc index 917fdfb..730e9de 100644 --- a/recipes-devtools/rust/rust.inc +++ b/recipes-devtools/rust/rust.inc @@ -413,6 +413,7 @@ do_configure () { "--disable-llvm-version-check" \ "--llvm-root=${llvmdir}" \ "--enable-optimize-tests" \ + "--release-channel=stable" \ "--prefix=${prefix}" \ "--target=${TARGET_SYS}" \ "--host=${HOST_SYS}" \