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