From 213a39c8628914ce5359116bcd990a7e3b4f2190 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 15 Nov 2021 18:54:06 -0700 Subject: [PATCH] Update Redox compiler. The latest libc uses the native_link_modifiers feature, which isn't known by the old compiler used in the Redox builds. Update Redox's compiler to that used by the Redox project itself. --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index eecb12276f..c41293bb82 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -223,9 +223,9 @@ task: env: TARGET: x86_64-unknown-redox # Redox requires a nightly compiler. - # If stuff breaks, change nightly to the date in the toolchain_* - # directory at https://static.redox-os.org - TOOLCHAIN: nightly-2020-08-04 + # If stuff breaks, change nightly to the date at + # https://gitlab.redox-os.org/redox-os/redox/-/blob/master/rust-toolchain + TOOLCHAIN: nightly-2021-06-15 container: image: rustlang/rust:nightly setup_script: