Skip to content

Commit 333d03b

Browse files
committed
Use the nightly toolchain for Redox
The latest redox-syscall crate requires at least Rust 1.59.0, but they don't define an MSRV policy. And the version given in the rust-toolchain file in the Redox repository doesn't work. So until they clarify their MSRV, use nightly. https://gitlab.redox-os.org/redox-os/syscall/-/commit/30f29c32952343412bb6c36c9fda136d26e9431f
1 parent 6a1f545 commit 333d03b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.cirrus.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,8 @@ task:
262262
name: Redox x86_64
263263
env:
264264
TARGET: x86_64-unknown-redox
265-
# Redox requires a nightly compiler.
266-
# If stuff breaks, change nightly to the date at
267-
# https://gitlab.redox-os.org/redox-os/redox/-/blob/master/rust-toolchain
268-
TOOLCHAIN: nightly-2021-06-15
265+
# Redox's MSRV policy is unclear. Until they define it, use nightly.
266+
TOOLCHAIN: nightly
269267
setup_script:
270268
- rustup target add $TARGET
271269
- rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET

0 commit comments

Comments
 (0)