rust: set our release channel appropriately
We're always building a stable release so we should be setting our release channel appropriately. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
This commit is contained in:
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user