summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-11-15 18:54:06 -0700
committerAlan Somers <asomers@gmail.com>2021-11-15 18:54:06 -0700
commit3ad742fadc71713de77557ff17f396f03e5016fa (patch)
tree6aec5a6a33d8c07c24d3af74c23840425c5b69a2
parent18b73602b86b003fccff0ab92de33ebc20f312d5 (diff)
downloadnix-3ad742fadc71713de77557ff17f396f03e5016fa.zip
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.
-rw-r--r--.cirrus.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index c3d87611..03ed2e72 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
setup_script:
- rustup target add $TARGET
- rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET